Fixes multi extension tests

test_branch
gindibay 2023-07-29 20:31:45 +03:00
parent c41f93e402
commit 1a1b633d55
1 changed files with 1 additions and 1 deletions

View File

@ -1401,7 +1401,7 @@ ALTER EXTENSION citus UPDATE TO '12.1-1';
SELECT * FROM multi_extension.print_extension_changes(); SELECT * FROM multi_extension.print_extension_changes();
previous_object | current_object previous_object | current_object
--------------------------------------------------------------------- ---------------------------------------------------------------------
| function citus_pause_node(integer) void | function citus_pause_node_within_txn(integer) void
(1 row) (1 row)
DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff; DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;