Fix temp relation handling for indexes, cleanup
Bruce Momjian <bruce@momjian.us>
Fix temp relation handling for indexes, cleanup
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/transam/xact.c | modified | +2 −2 |
| src/backend/catalog/heap.c | modified | +4 −4 |
| src/backend/catalog/index.c | modified | +3 −3 |
| src/backend/utils/cache/temprel.c | modified | +9 −20 |
| src/include/utils/temprel.h | modified | +3 −3 |