Re: incremental backup mishandles XLOG_DBASE_CREATE_FILE_COPY
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Noah Misch <noah@leadboat.com>
Cc: "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2024-03-04T18:37:39Z
Lists: 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
Commits
-
Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY.
- d75c4027b6f2 17.0 landed