pgsql/src/include/catalog (heap.h index.h pg_opclass.h)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/include/catalog (heap.h index.h pg_opclass.h)
Date: 2000-07-04 06:11:56
Message-ID: 200007040611.e646BuZ35503@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, July 4, 2000 @ 02:11:55
Author: tgl

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

Modified Files:
heap.h index.h pg_opclass.h

----------------------------- 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.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2000-07-04 06:20:14 pgsql/contrib/fulltextindex (fti.c)
Previous Message Tom Lane 2000-07-04 06:11:54 pgsql/src/include/access (tuptoaster.h)