mirror of https://github.com/citusdata/citus.git
attempt to fix test
parent
07e69fc587
commit
151b549a67
|
@ -1071,16 +1071,11 @@ SELECT * FROM multi_extension.print_extension_changes();
|
|||
-- Test downgrade to 11.0-3 from 11.1-1
|
||||
ALTER EXTENSION citus UPDATE TO '11.1-1';
|
||||
ALTER EXTENSION citus UPDATE TO '11.0-3';
|
||||
ERROR: "options" is not a view
|
||||
HINT: Use DROP TABLE to remove a table.
|
||||
-- Should be empty result since upgrade+downgrade should be a no-op
|
||||
SELECT * FROM multi_extension.print_extension_changes();
|
||||
previous_object | current_object
|
||||
---------------------------------------------------------------------
|
||||
(0 rows)
|
||||
|
||||
-- Snapshot of state at 11.1-1
|
||||
ALTER EXTENSION citus UPDATE TO '11.1-1';
|
||||
SELECT * FROM multi_extension.print_extension_changes();
|
||||
previous_object | current_object
|
||||
previous_object | current_object
|
||||
---------------------------------------------------------------------
|
||||
access method columnar |
|
||||
function alter_columnar_table_reset(regclass,boolean,boolean,boolean,boolean) void |
|
||||
|
|
Loading…
Reference in New Issue