Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit81ec990

Browse files
committed
Correct standbycheck regression test output.
Commit2eb34ac changed error messages emit when commands arerejected during recovery. But it forgot to update the standbycheckregression test output with those error message changes.Reported-by: Michail NikolaevAuthor: Michail NikolaevReviewed-by: Fujii MasaoDiscussion:https://postgr.es/m/CANtu0ojFPgcspH=0nNZ+qmu0XD69sXKtVttuSoYKHawRADSQGg@mail.gmail.com
1 parentb89d90b commit81ec990

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/expected/hs_standby_disallowed.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ SELECT count(*) FROM hs1;
6464
(1 row)
6565

6666
COMMIT PREPARED 'foobar';
67-
ERROR:COMMIT PREPAREDcannotrun inside a transaction block
67+
ERROR: cannotexecute COMMIT PREPARED during recovery
6868
ROLLBACK;
6969
BEGIN;
7070
SELECT count(*) FROM hs1;
@@ -86,7 +86,7 @@ SELECT count(*) FROM hs1;
8686
(1 row)
8787

8888
ROLLBACK PREPARED 'foobar';
89-
ERROR:ROLLBACK PREPAREDcannotrun inside a transaction block
89+
ERROR: cannotexecute ROLLBACK PREPARED during recovery
9090
ROLLBACK;
9191
-- Locks
9292
BEGIN;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp