Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#23661] YSQL: Change the default wal_level to logical
Summary: wal_level is a GUC parameter that isn't applicable in YSQL since we don't use the PG WAL. There are a few logical replication clients which validate the value of wal_level and ensure that it is set to 'logical' before proceeding with replication. Those clients can fail when the value of wal_level isn't logical even though it isn't really applicable in YSQL. So for user experience, we are setting the default value as 'logical' so that the number of user steps is reduced. Jira: DB-12572 Test Plan: Jenkins: test regex: .*ReplicationSlot.* ./yb_build.sh --java-test 'org.yb.pgsql.TestPgReplicationSlot#testDefaultWalLevel' Reviewers: asrinivasan, skumar, sumukh.phalgaonkar Reviewed By: sumukh.phalgaonkar Subscribers: svc_phabricator, yql, ycdcxcluster Differential Revision: https://phorge.dev.yugabyte.com/D37930
- Loading branch information