From 433f66953454b3270f28041008bd1d95e761d565 Mon Sep 17 00:00:00 2001
From: Jim Jones <jim.jones@uni-muenster.de>
Date: Mon, 4 May 2026 12:57:30 +0200
Subject: [PATCH v11 2/2] Add NOTICE to REPACK (CONCURRENTLY) tests

---
 contrib/test_decoding/expected/repack.out | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/contrib/test_decoding/expected/repack.out b/contrib/test_decoding/expected/repack.out
index 1f99f26c1f8..6008baa9a03 100644
--- a/contrib/test_decoding/expected/repack.out
+++ b/contrib/test_decoding/expected/repack.out
@@ -15,6 +15,8 @@ ALTER TABLE ptnowner1 REPLICA IDENTITY USING INDEX ptnowner1_i_key;
 REPACK (CONCURRENTLY) ptnowner1;
 RESET SESSION AUTHORIZATION;
 ALTER TABLE ptnowner OWNER TO regress_ptnowner;
+NOTICE:  ALTER action OWNER TO on relation "ptnowner" does not affect present partitions
+HINT:  Partitions may be modified individually, or specify ONLY to suppress this message.
 CREATE TEMP TABLE ptnowner_oldnodes AS
   SELECT oid, relname, relfilenode FROM pg_partition_tree('ptnowner') AS tree
   JOIN pg_class AS c ON c.oid=tree.relid;
-- 
2.54.0

