postgresql/src/backend/access
Heikki Linnakangas 7c0af833c6 In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple
length stored in the line pointer the same way it's calculated in the normal
heap_insert() codepath. As noted by Jeff Davis, the length stored by
raw_heap_insert() included padding but the one stored by the normal codepath
did not. While the mismatch seems to be harmless, inconsistency isn't good,
and the normal codepath has received a lot more testing over the years.

Backpatch to 8.3 where the heap rewrite code was introduced.
2010-11-09 17:48:43 +02:00
..
common Ensure default-only storage parameters for TOAST relations 2010-06-07 03:01:35 +00:00
gin Fix assorted bugs in GIN's WAL replay logic. 2010-10-11 19:04:53 -04:00
gist Fix wrong WAL info value generated when gistContinueInsert() performs an 2009-12-24 17:52:11 +00:00
hash Dept of second thoughts: after studying index_getnext() a bit more I realize 2009-11-01 22:31:02 +00:00
heap In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate the tuple 2010-11-09 17:48:43 +02:00
index 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 2009-06-11 14:49:15 +00:00
nbtree Reduce PANIC to ERROR in some occasionally-reported btree failure cases. 2010-08-29 19:33:29 +00:00
transam Before removing backup_label and irrevocably changing pg_control file, check 2010-10-26 21:41:49 +03:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00