Get rid of bogus use of heap_mark4update in reindex operations (cf.
Tom Lane <tgl@sss.pgh.pa.us>
Get rid of bogus use of heap_mark4update in reindex operations (cf. recent bug report). Fix processing of nailed-in-cache indexes; it appears that REINDEX DATABASE has been broken for months :-(.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/catalog/index.c | modified | +124 −161 |
| src/backend/commands/indexcmds.c | modified | +2 −2 |
| src/backend/commands/vacuum.c | modified | +3 −3 |
| src/include/catalog/index.h | modified | +4 −3 |