mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-27 07:21:09 +08:00
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
This commit is contained in:
parent
b89d90b051
commit
81ec990a23
@ -64,7 +64,7 @@ SELECT count(*) FROM hs1;
|
||||
(1 row)
|
||||
|
||||
COMMIT PREPARED 'foobar';
|
||||
ERROR: COMMIT PREPARED cannot run inside a transaction block
|
||||
ERROR: cannot execute COMMIT PREPARED during recovery
|
||||
ROLLBACK;
|
||||
BEGIN;
|
||||
SELECT count(*) FROM hs1;
|
||||
@ -86,7 +86,7 @@ SELECT count(*) FROM hs1;
|
||||
(1 row)
|
||||
|
||||
ROLLBACK PREPARED 'foobar';
|
||||
ERROR: ROLLBACK PREPARED cannot run inside a transaction block
|
||||
ERROR: cannot execute ROLLBACK PREPARED during recovery
|
||||
ROLLBACK;
|
||||
-- Locks
|
||||
BEGIN;
|
||||
|
Loading…
Reference in New Issue
Block a user