reshke commented on code in PR #897: URL: https://github.com/apache/cloudberry/pull/897#discussion_r1978602879
########## src/test/isolation2/expected/lockmodes.out: ########## @@ -2214,6 +2214,14 @@ ROLLBACK -- when running concurrently with index creation, for Heap tables. -- For AO/CO tables, refer to create_index_allows_readonly.source. +-- CBDB_CHERRY_PICK_MERGE_FIXME: uncomment this, when https://github.com/greenplum-db/gpdb-archive/commit/3be17112144 cherry-picked +-- 1: BEGIN; +-- 1: INSERT INTO t_lockmods_part_tbl_dml SELECT i, 1, i FROM generate_series(1,10)i; +-- -- With GDD enabled, QD will only hold lock on root for insert Review Comment: So quick! I will post an update then. -- 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]
