mirror of https://github.com/citusdata/citus.git
Fixes multi extension tests
parent
c41f93e402
commit
1a1b633d55
|
@ -1401,7 +1401,7 @@ ALTER EXTENSION citus UPDATE TO '12.1-1';
|
|||
SELECT * FROM multi_extension.print_extension_changes();
|
||||
previous_object | current_object
|
||||
---------------------------------------------------------------------
|
||||
| function citus_pause_node(integer) void
|
||||
| function citus_pause_node_within_txn(integer) void
|
||||
(1 row)
|
||||
|
||||
DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
|
||||
|
|
Loading…
Reference in New Issue