my-ship-it commented on code in PR #876: URL: https://github.com/apache/cloudberry/pull/876#discussion_r1919426011
########## src/backend/access/transam/xact.c: ########## @@ -2995,6 +2995,8 @@ CommitTransaction(void) AtEOXact_MultiXact(); + AtCommit_TablespaceStorage(); + Review Comment: If tablespace entry is deleted by session 1, snapshot of session 2 will be updated? Otherwise, there would be a race condition. -- 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