pgsql: Fix bug in GenericXLogFinish().

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix bug in GenericXLogFinish().
Date: 2023-10-10 19:03:44
Message-ID: E1qqI1A-001018-0J@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix bug in GenericXLogFinish().

Mark the buffers dirty before writing WAL.

Discussion: https://postgr.es/m/25104133-7df8-cae3-b9a2-1c0aaa1c094a@iki.fi
Reviewed-by: Heikki Linnakangas
Backpatch-through: 11

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/04f0baa85865c2775ef123ecb7f3cf0b079ff959

Modified Files
--------------
src/backend/access/transam/generic_xlog.c | 56 ++++++++++++++-----------------
1 file changed, 26 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2023-10-10 19:14:46 pgsql: doc: document the need to analyze partitioned tables
Previous Message Jeff Davis 2023-10-10 19:03:40 pgsql: Fix bug in GenericXLogFinish().