Get rid of bogus use of heap_mark4update in reindex operations (cf.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bc1088c28ada76477bcbb51087c95fcc0b49842c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-23T00:42:48Z
Releases: 7.3.1
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

PathChange+/−
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