]> granicus.if.org Git - postgresql/commit
Add code so that when COPY_PARSE_PLAN_TREES is defined, the copy and
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Feb 2007 19:33:32 +0000 (19:33 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 17 Feb 2007 19:33:32 +0000 (19:33 +0000)
commit49451ae03e7b240b4403b4a37a8f8a7107dc1a76
treeb8244557e79afa5c6e038cd001bd062d90a258cc
parent4fe1a12c54f31697dfc1ed09ad6716cefb4aa8bf
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.
src/backend/tcop/postgres.c