pgsql/src/backend/tcop (postgres.c) - Mailing list pgsql-committers

From Tom Lane
Subject pgsql/src/backend/tcop (postgres.c)
Date
Msg-id 200007040611.e646Bkx35395@hub.org
Whole thread Raw
List pgsql-committers
  Date: Tuesday, July  4, 2000 @ 02:11:44
Author: tgl

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

Modified Files:
    postgres.c

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

Make toast-table creation and deletion work somewhat reliably.
Don't go through pg_exec_query_dest(), but directly to the execution
routines.  Also, extend parameter lists so that there's no need to
change the global setting of allowSystemTableMods, a hack that was
certain to cause trouble in the event of any error.

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql/src/backend/libpq (be-pqexec.c)
Next
From: Tom Lane
Date:
Subject: pgsql/src/backend/utils/cache (temprel.c)