[COMMITTERS] pgsql-server/src/backend/storage/freespace fre ...

2003-11-26 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 03/11/26 16:50:11 Modified files: src/backend/storage/freespace: freespace.c Log message: Second try at fixing no-room-to-move-down PANIC in compact_fsm_storage. Ward's report th

Re: [COMMITTERS] pgsql-server/src/backend/storage/freespace fre ...

2003-10-30 Thread Tom Lane
Tatsuo Ishii <[EMAIL PROTECTED]> 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.

Re: [COMMITTERS] pgsql-server/src/backend/storage/freespace fre ...

2003-10-30 Thread Tatsuo Ishii
> CVSROOT: /cvsroot > Module name: pgsql-server > Changes by: [EMAIL PROTECTED] 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 h

[COMMITTERS] pgsql-server/src/backend/storage/freespace fre ...

2003-10-29 Thread Tom Lane
CVSROOT:/cvsroot Module name:pgsql-server Changes by: [EMAIL PROTECTED] 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