pgsql: Correct standbycheck regression test output.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Correct standbycheck regression test output.
Date: 2020-05-12 04:57:13
Message-ID: E1jYMyf-0006jP-PE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-12 05:44:45 pgsql: Fix comment in xlogutils.c
Previous Message Bruce Momjian 2020-05-12 02:58:57 pgsql: doc: PG 13 relnotes: add documentation section and reformat