Allow removal of system-named pg_* temp tables. Rename temp file/dir as
Bruce Momjian <bruce@momjian.us>
Allow removal of system-named pg_* temp tables. Rename temp file/dir as pgsql_tmp.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/aclchk.c | modified | +3 −2 |
| src/backend/catalog/heap.c | modified | +35 −39 |
| src/backend/storage/file/fd.c | modified | +3 −3 |
| src/backend/tcop/utility.c | modified | +4 −2 |
| src/include/utils/temprel.h | modified | +6 −1 |