diff --git a/src/yb/common/common_flags.cc b/src/yb/common/common_flags.cc index aa57a23468c..e766445cb2c 100644 --- a/src/yb/common/common_flags.cc +++ b/src/yb/common/common_flags.cc @@ -32,9 +32,8 @@ TAG_FLAG(ysql_disable_index_backfill, advanced); DEFINE_NON_RUNTIME_bool( enable_pg_savepoints, true, - "Set to false to disable savepoints in YugaByte PostgreSQL API. " - "This needs to be set to false when using xcluster replication for now."); -TAG_FLAG(enable_pg_savepoints, evolving); + "Set to false to disable savepoints in YugaByte PostgreSQL API."); +TAG_FLAG(enable_pg_savepoints, stable); TAG_FLAG(enable_pg_savepoints, advanced); DEFINE_RUNTIME_AUTO_bool(enable_automatic_tablet_splitting, kNewInstallsOnly, false, true,