• T
    Make toast-table creation and deletion work somewhat reliably. · cdeca5f5
    Tom Lane 提交于
    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.
    cdeca5f5
indexcmds.c 23.4 KB