pgsql-server/src/backend/storage/freespace fre ...

Started by Tom Laneover 22 years ago3 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/10/29 13:36:57

Modified files:
src/backend/storage/freespace: freespace.c

Log message:
compact_fsm_storage() does need to handle the case where a relation's
FSM data has to be both moved down and compressed. Per report from
Dror Matalon.

#2Tatsuo Ishii
ishii@postgresql.org
In reply to: Tom Lane (#1)
Re: pgsql-server/src/backend/storage/freespace fre ...

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl@svr1.postgresql.org 03/10/29 13:36:57

Modified files:
src/backend/storage/freespace: freespace.c

Log message:
compact_fsm_storage() does need to handle the case where a relation's
FSM data has to be both moved down and compressed. Per report from
Dror Matalon.

Do we need to make a back patch for this? I know that
compact_fsm_storage() does not exist in 7.3-stable but I do not know
if similar logic exists there.
--
Tatsuo Ishii

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Tatsuo Ishii (#2)
Re: pgsql-server/src/backend/storage/freespace fre ...

Tatsuo Ishii <t-ishii@sra.co.jp> writes:

compact_fsm_storage() does need to handle the case where a relation's
FSM data has to be both moved down and compressed. Per report from
Dror Matalon.

Do we need to make a back patch for this?

No. That code is all new in 7.4.

regards, tom lane