Commit to make clearer distinction for temp names and real names.
Bruce Momjian <bruce@momjian.us>
Commit to make clearer distinction for temp names and real names. Thanks to Tom Lane for ideas.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/heap.c | modified | +8 −8 |
| src/backend/catalog/index.c | modified | +6 −6 |
| src/backend/storage/buffer/bufmgr.c | modified | +2 −2 |
| src/backend/storage/smgr/md.c | modified | +4 −4 |
| src/backend/utils/cache/relcache.c | modified | +3 −3 |
| src/backend/utils/cache/syscache.c | modified | +2 −2 |
| src/backend/utils/cache/temprel.c | modified | +21 −3 |
| src/include/utils/rel.h | modified | +21 −3 |
| src/include/utils/temprel.h | modified | +3 −2 |