pgsql: Fix copy-paste bug in 12f3867f553 triggering an assert after a w

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix copy-paste bug in 12f3867f553 triggering an assert after a w
Date: 2023-04-07 08:28:08
Message-ID: E1pkhS3-001p4e-GE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix copy-paste bug in 12f3867f553 triggering an assert after a write error

The same condition accidentally was copied to both branches. Manual testing
confirms that otherwise the error recovery path works fine.

Found while reviewing the logical-decoding-on-standby patch.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/21d7c05a5cf7637cbdf2739006936bb9d279d505

Modified Files
--------------
src/backend/storage/buffer/bufmgr.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2023-04-07 12:04:00 Re: pgsql: psql: add an optional execution-count limit to \watch.
Previous Message Amit Kapila 2023-04-07 05:05:10 pgsql: Add tab-completion for newly added SUBSCRIPTION options.