PG18 - small fix on pg18.out (#8367)

pull/8347/head
Mehmet YILMAZ 2025-12-03 09:41:24 +03:00 committed by GitHub
parent ae2eb65be0
commit a39ce7942f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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;
DROP PUBLICATION pub_gen_cols_stored;
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;
NOTICE: drop cascades to table gen_pub_tab
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
SET client_min_messages TO ERROR;
RESET search_path;