pgsql: In XLogFileInit(), fix *use_existent postcondition to suit calle

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: In XLogFileInit(), fix *use_existent postcondition to suit calle
Date: 2021-06-29 01:36:06
Message-ID: E1ly2fW-0002as-28@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In XLogFileInit(), fix *use_existent postcondition to suit callers.

Infrequently, the mismatch caused log_checkpoints messages and
TRACE_POSTGRESQL_CHECKPOINT_DONE() to witness an "added" count too high
by one. Since that consequence is so minor, no back-patch.

Discussion: https://postgr.es/m/20210202151416.GB3304930@rfd.leadboat.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/85656bc3050f0846f53de95768b0f9f9df410560

Modified Files
--------------
src/backend/access/transam/xlog.c | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-29 02:19:55 pgsql: Add support for LZ4 with compression of full-page writes in WAL
Previous Message Bruce Momjian 2021-06-29 00:59:14 pgsql: doc: Improve PG14 release notes