Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY
Дата
Msg-id CA+TgmobrrggaHhz=+9U3ebDHUPkv7KUzQPr_fre1rOC=MBFfvQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Sat, Feb 24, 2024 at 12:10 PM Noah Misch <noah@leadboat.com> wrote:
> Agreed, those don't touch relation data files.  I think you've got all
> relation data file mutations.  XLOG_DBASE_CREATE_FILE_COPY and XLOG_DBASE_DROP
> are the only record types that touch a relation data file without mentioning
> it in XLogRecordBlockHeader, XACT_XINFO_HAS_RELFILELOCATORS, or an RM_SMGR_ID
> rlocator field.

Thanks for the review. I have committed this.

--
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Tidy fill hstv array (src/backend/access/heap/pruneheap.c)
Следующее
От: Michael Banck
Дата:
Сообщение: Re: [PATCH] Exponential backoff for auth_delay