andr-sokolov commented on code in PR #1842:
URL: https://github.com/apache/cloudberry/pull/1842#discussion_r3534278770


##########
contrib/pax_storage/src/test/regress/expected/oidjoins.out:
##########
@@ -235,6 +235,10 @@ NOTICE:  checking pg_foreign_data_wrapper {fdwhandler} => 
pg_proc {oid}
 NOTICE:  checking pg_foreign_data_wrapper {fdwvalidator} => pg_proc {oid}
 NOTICE:  checking pg_foreign_server {srvowner} => pg_authid {oid}
 NOTICE:  checking pg_foreign_server {srvfdw} => pg_foreign_data_wrapper {oid}
+NOTICE:  checking pg_foreign_catalog {fcowner} => pg_authid {oid}
+NOTICE:  checking pg_foreign_catalog {fcserver} => pg_foreign_server {oid}
+NOTICE:  checking pg_foreign_volume {fvowner} => pg_authid {oid}
+NOTICE:  checking pg_foreign_volume {fvserver} => pg_foreign_server {oid}

Review Comment:
   This is not related to Iceberg DDL. We shouldn't change client_min_messages 
in this PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to