Thread: pgsql/src/backend/catalog (heap.c index.c)

pgsql/src/backend/catalog (heap.c index.c)

From
Tom Lane
Date:
  Date: Tuesday, July  4, 2000 @ 02:11:25
Author: tgl

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

Modified Files:
    heap.c index.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.