Jira Link: DB-19241
Description
Without transactional ddl, retry of RC ddl transaction goes through. But retry is disabled when transactional ddl is enabled (because rollback to savepoint + transaction ddl work was outstanding). Looks like we can enable it now though.
Below is the test which catches this discrepancy.
./yb_build.sh --cxx-test pgwrapper_pg_wait_on_conflict-test --gtest_filter PgWaitQueuesTestWithoutObjectLocking.TestDDLHaveWaitStartTimeSet
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information