mirror of https://github.com/citusdata/citus.git
fix small diff in the pg18 test
parent
ae2eb65be0
commit
bcd674399c
|
|
@ -1247,10 +1247,12 @@ ORDER BY p.pubname;
|
||||||
SET search_path TO pg18_publication;
|
SET search_path TO pg18_publication;
|
||||||
DROP PUBLICATION pub_gen_cols_stored;
|
DROP PUBLICATION pub_gen_cols_stored;
|
||||||
DROP PUBLICATION pub_gen_cols_none;
|
DROP PUBLICATION pub_gen_cols_none;
|
||||||
|
DROP PUBLICATION pub_gen_cols_list_includes_b;
|
||||||
|
DROP PUBLICATION pub_gen_cols_list_excludes_b;
|
||||||
DROP SCHEMA pg18_publication CASCADE;
|
DROP SCHEMA pg18_publication CASCADE;
|
||||||
NOTICE: drop cascades to table gen_pub_tab
|
NOTICE: drop cascades to table gen_pub_tab
|
||||||
SET search_path TO pg18_nn;
|
SET search_path TO pg18_nn;
|
||||||
-- PG18: verify publish_generated_columns is preserved for distributed tables
|
-- END: PG18: verify publish_generated_columns is preserved for distributed tables
|
||||||
-- cleanup with minimum verbosity
|
-- cleanup with minimum verbosity
|
||||||
SET client_min_messages TO ERROR;
|
SET client_min_messages TO ERROR;
|
||||||
RESET search_path;
|
RESET search_path;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue