File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/regress/expected Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ SELECT gid FROM pg_prepared_xacts;
159
159
-- pxtest3 should be locked because of the pending DROP
160
160
set statement_timeout to 1000;
161
161
SELECT * FROM pxtest3;
162
- ERROR: canceling query due to user request
162
+ ERROR: canceling query due to user request or statement timeout
163
163
reset statement_timeout;
164
164
-- Disconnect, we will continue testing in a different backend
165
165
\c -
@@ -174,7 +174,7 @@ SELECT gid FROM pg_prepared_xacts;
174
174
-- pxtest3 should still be locked because of the pending DROP
175
175
set statement_timeout to 1000;
176
176
SELECT * FROM pxtest3;
177
- ERROR: canceling query due to user request
177
+ ERROR: canceling query due to user request or statement timeout
178
178
reset statement_timeout;
179
179
-- Commit table creation
180
180
COMMIT PREPARED 'regress-one';
You can’t perform that action at this time.
0 commit comments