pgsql/src/backend/storage/freespace freespace.c

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема pgsql/src/backend/storage/freespace freespace.c
Дата
Msg-id 200201241531.g0OFViR62762@postgresql.org
обсуждение исходный текст
Список pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    tgl@postgresql.org    02/01/24 10:31:43

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

Log message:
    Fix logic error in insert_fsm_page_entry: because compact_fsm_page_list
    removes any empty chunks, the chunk previously added won't be there
    anymore, so it's possible there is zero free space in the rel's page list
    afterwards.  Must loop back and rerun the part that adds a chunk to
    the list.


В списке pgsql-committers по дате отправления:

Предыдущее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: pgsql/. configure configure.in
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/pl/plperl plperl.c