gfphoenix78 commented on code in PR #1158: URL: https://github.com/apache/cloudberry/pull/1158#discussion_r2144257147
########## src/include/catalog/unused_oids: ########## @@ -28,10 +28,22 @@ chdir $FindBin::RealBin or die "could not cd to $FindBin::RealBin: $!\n"; use lib "$FindBin::RealBin/../../backend/catalog/"; use Catalog; +# Some of OIDs register in CBDB kernel +my @excluded_oids = ( + # ex. + # 4, 5 # excluded single OID + # 10000..10050 # excluded range OIDs + + 7047 # PAX AM ID Review Comment: It's highly recommend to extract the oid value from header file `#define PAX_TABLE_AM_OID 7047` in contrib/pax_storage/src/cpp/comm/pax_rel.h. -- 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]
