]> granicus.if.org Git - postgresql/commit
Add test code to copy all parse/plan trees. Repair essential omissions
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Jun 2000 07:35:57 +0000 (07:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 29 Jun 2000 07:35:57 +0000 (07:35 +0000)
commit43ba1b4420eca0bf227ad2bae87f7955093e1cc0
tree331a87b38b0e70bb282b41e23850fa817e90e64e
parent6a7b40d909b5f765bb5145ad7a9836fcf5776d89
Add test code to copy all parse/plan trees.  Repair essential omissions
in copyfuncs and equalfuncs exposed by regression tests.  We still have
some work to do: these modules really ought to handle most or all of
the utility statement node types.  But it's better than it was.
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/tcop/postgres.c