You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[#28879][#28726] YSQL: Disable txn ddl and object locking in pg_partman-test
Summary:
While porting pg_partman in YSQL, we assumed that transactional ddl support doesn't exist. There are some non-trivial changes that need to be
made to support transactional ddl with pg_partman. So this revision disables txn ddl and object lock (since it depends on txn ddl) in pg_partman-test.
#28726 will be used to track the relevant work required to support txn ddl with pg_partman.
Jira: DB-18601, DB-18425
Test Plan:
Jenkins: test regex: .*PgPartmanTest.*
./yb_build.sh --cxx-test integration-tests_pg_partman-test
Reviewers: myang, bkolagani, rthallam
Reviewed By: bkolagani
Subscribers: yql
Differential Revision: https://phorge.dev.yugabyte.com/D47399
0 commit comments