pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy
Date: 2007-02-17 19:33:32
Message-ID: 20070217193332.DC54B9FB1BA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and
equal functions are checked for raw parse trees as well as post-analysis
trees. This was never very important before, but the upcoming plan cache
control module will need to be able to do copyObject() on raw parse trees.

Modified Files:
--------------
pgsql/src/backend/tcop:
postgres.c (r1.523 -> r1.524)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/tcop/postgres.c.diff?r1=1.523&r2=1.524)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-18 01:21:49 pgsql: Update "Conflicting lock modes" to show as conflict, add
Previous Message Bruce Momjian 2007-02-17 03:11:32 pgsql: Remove rint() for to_char MS and US output.