gfphoenix78 commented on code in PR #1158:
URL: https://github.com/apache/cloudberry/pull/1158#discussion_r2144263968


##########
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:
   The file `src/include/catalog/duplicate_oids` also hard-coded the oid of pax 
table am.



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