fix small diff in the pg18 test

pull/8367/head
Mehmet Yilmaz 2025-12-01 11:52:25 +00:00
parent ae2eb65be0
commit bcd674399c
1 changed files with 3 additions and 1 deletions

View File

@ -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;