From bcd674399cd6c9a2435fe134402e20e427e956ef Mon Sep 17 00:00:00 2001 From: Mehmet Yilmaz Date: Mon, 1 Dec 2025 11:52:25 +0000 Subject: [PATCH] fix small diff in the pg18 test --- src/test/regress/expected/pg18.out | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/test/regress/expected/pg18.out b/src/test/regress/expected/pg18.out index 08b6c46e3..99ea526fd 100644 --- a/src/test/regress/expected/pg18.out +++ b/src/test/regress/expected/pg18.out @@ -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;