aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlogbackup.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2023-12-20 08:41:09 -0500
committerRobert Haas <rhaas@postgresql.org>2023-12-20 08:42:28 -0500
commit174c480508ac25568561443e6d4a82d5c1103487 (patch)
treef42caba7a5f9a468e927107a58406a28a9f28ef2 /src/backend/access/transam/xlogbackup.c
parent00498b718564cee3530b76d860b328718aed672b (diff)
downloadpostgresql-174c480508ac25568561443e6d4a82d5c1103487.tar.gz
postgresql-174c480508ac25568561443e6d4a82d5c1103487.zip
Add a new WAL summarizer process.
When active, this process writes WAL summary files to $PGDATA/pg_wal/summaries. Each summary file contains information for a certain range of LSNs on a certain TLI. For each relation, it stores a "limit block" which is 0 if a relation is created or destroyed within a certain range of WAL records, or otherwise the shortest length to which the relation was truncated during that range of WAL records, or otherwise InvalidBlockNumber. In addition, it stores a list of blocks which have been modified during that range of WAL records, but excluding blocks which were removed by truncation after they were modified and never subsequently modified again. In other words, it tells us which blocks need to copied in case of an incremental backup covering that range of WAL records. But this doesn't yet add the capability to actually perform an incremental backup; the next patch will do that. A new parameter summarize_wal enables or disables this new background process. The background process also automatically deletes summary files that are older than wal_summarize_keep_time, if that parameter has a non-zero value and the summarizer is configured to run. Patch by me, with some design help from Dilip Kumar and Andres Freund. Reviewed by Matthias van de Meent, Dilip Kumar, Jakub Wartak, Peter Eisentraut, and Álvaro Herrera. Discussion: http://postgr.es/m/CA+TgmoYOYZfMCyOXFyC-P+-mdrZqm5pP2N7S-r0z3_402h9rsA@mail.gmail.com
Diffstat (limited to 'src/backend/access/transam/xlogbackup.c')
0 files changed, 0 insertions, 0 deletions