Summary:
Disable enable_object_locking_for_table_locks for 'ConcurrentDDLAnalyze' test.
This test was designed to verify that a long-running ANALYZE operation can be interrupted by a concurrent DDL. However, with table-level locking enabled, this is no longer the case, ANALYZE acquires a table lock that blocks the other DDL from proceeding
Jira: DB-18408
Test Plan: ./yb_build.sh --cxx-test pgwrapper_pg_auto_analyze-test --gtest_filter PgConcurrentDDLAnalyzeTest.ConcurrentDDLAnalyze
Reviewers: myang, sanketh, rthallam
Reviewed By: sanketh
Subscribers: yguan, yql, ybase
Differential Revision: https://phorge.dev.yugabyte.com/D47023