Repair possible failure to update hint bits back to disk, per

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

Commit: 6b3d751747ef766e42d4657807319c8c21aecff7
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-10-13T22:22:41Z
Releases: 7.2.6
Repair possible failure to update hint bits back to disk, per
http://archives.postgresql.org/pgsql-hackers/2004-10/msg00464.php.
I plan a more permanent fix in HEAD, but for the back branches it seems
best to just touch the places that actually have a problem.

Files

PathChange+/−
contrib/pgstattuple/pgstattuple.c modified +6 −1
src/backend/access/heap/heapam.c modified +16 −4