gfphoenix78 commented on code in PR #16:
URL: 
https://github.com/apache/cloudberry-gpbackup/pull/16#discussion_r2282485797


##########
backup/dependencies.go:
##########
@@ -57,6 +57,10 @@ var (
        PG_TYPE_OID                 uint32 = 1247
        PG_USER_MAPPING_OID         uint32 = 1418
 
+       // CBDB only
+       PG_STORAGE_USER_MAPPING_OID uint32 = 6131
+       PG_STORAGE_SERVER_OID       uint32 = 6015

Review Comment:
   The catalog names are gp_storage_server and gp_storage_user_mapping. Better 
to keep them consistent.



-- 
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: commits-unsubscr...@cloudberry.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: commits-h...@cloudberry.apache.org

Reply via email to