Thread: pgsql/src/backend/tcop (postgres.c)

pgsql/src/backend/tcop (postgres.c)

From
Tom Lane
Date:
  Date: Thursday, June 29, 2000 @ 03:35:57
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/tcop
     from hub.org:/home/projects/pgsql/tmp/cvs-serv26669/tcop

Modified Files:
    postgres.c

-----------------------------  Log Message  -----------------------------

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.