pgsql: Correct standbycheck regression test output. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Correct standbycheck regression test output.
Date
Msg-id E1jYMyf-0006jP-PE@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Correct standbycheck regression test output.

Commit 2eb34ac369 changed error messages emit when commands are
rejected during recovery. But it forgot to update the standbycheck
regression test output with those error message changes.

Reported-by: Michail Nikolaev
Author: Michail Nikolaev
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/CANtu0ojFPgcspH=0nNZ+qmu0XD69sXKtVttuSoYKHawRADSQGg@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/81ec990a23b9cbfaa5684e90091164f1d85f24d3

Modified Files
--------------
src/test/regress/expected/hs_standby_disallowed.out | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc: PG 13 relnotes: add documentation section and reformat
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix comment in xlogutils.c