Make toast-table creation and deletion work somewhat reliably.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: cdeca5f590cc3c336c9c217831d68a2ca7f15265
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-04T06:11:54Z
Releases: 7.1.1
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.

Files