We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent098d204 commitd5eab81Copy full SHA for d5eab81
src/test/regress/expected/prepared_xacts.out
@@ -159,7 +159,7 @@ SELECT gid FROM pg_prepared_xacts;
159
-- pxtest3 should be locked because of the pending DROP
160
set statement_timeout to 1000;
161
SELECT * FROM pxtest3;
162
-ERROR: canceling query due to user request
+ERROR: canceling query due to user request or statement timeout
163
reset statement_timeout;
164
-- Disconnect, we will continue testing in a different backend
165
\c -
@@ -174,7 +174,7 @@ SELECT gid FROM pg_prepared_xacts;
174
-- pxtest3 should still be locked because of the pending DROP
175
176
177
178
179
-- Commit table creation
180
COMMIT PREPARED 'regress-one';