pgsql: Fix thinkos from commit 9989d37

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix thinkos from commit 9989d37
Date: 2019-12-03 10:07:08
Message-ID: E1ic55I-0004JL-VH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix thinkos from commit 9989d37

Error messages referring to incorrect WAL segment names could have been
generated for a fsync() failure or when creating a new segment at the
end of recovery.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/68ab982906187fba3530a01b01eb065ea9134298

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-12-03 17:26:00 pgsql: Further sync postgres_fdw's "Relations" output with the rest of
Previous Message Peter Eisentraut 2019-12-03 08:30:22 Re: pgsql: Add a regression test for allow_system_table_mods