OSDN Git Service

Fix miscalculation of remaining free space during tuple chain moving.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Oct 2002 19:25:29 +0000 (19:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 31 Oct 2002 19:25:29 +0000 (19:25 +0000)
commit8a45a2e9b6c352061910c5f8a56caf6751ca2f2c
treea41e63921bb2838c70b71458fbd155a9243c9779
parent5936055d46c29aecb8a74db316a9421c1c62cf8b
Fix miscalculation of remaining free space during tuple chain moving.
Only affects machines where MAXALIGN > 4, and is a boundary-condition
case even there, but still surprising that it's not been identified
before.  Also reduce tuple chain move give-up messages from WARNING
to DEBUG1, since they are not unexpected conditions.
src/backend/commands/vacuum.c