Обсуждение: pgsql-server/src/backend/storage/freespace fre ...

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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.


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

От
Tatsuo Ishii
Дата:
> 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

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

От
Tom Lane
Дата:
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