pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th
Date
Msg-id E1PFqUy-0002hZ-GH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL8_3_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=6d2697ab1fe066ebf634c6a998d2b03fff210249

Modified Files
--------------
src/backend/access/heap/rewriteheap.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: plpython has plpy.Error instead of plpy.ERROR
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: In rewriteheap.c (used by VACUUM FULL and CLUSTER), calculate th