Vlasdislav commented on code in PR #1842:
URL: https://github.com/apache/cloudberry/pull/1842#discussion_r3527932261


##########
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:
   Maybe you will use `SET client_min_messages TO error;` to ignore `NOTICE` in 
whole file



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