This is an automated email from the ASF dual-hosted git repository.
chenjinbao1989 pushed a commit to branch cbdb-postgres-merge
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/cbdb-postgres-merge by this
push:
new 3546b3eafd3 Enable auto vacuum
3546b3eafd3 is described below
commit 3546b3eafd3fe1191feac54292224a8eb9c7a2a4
Author: Jinbao Chen <[email protected]>
AuthorDate: Wed Jan 28 10:26:02 2026 +0800
Enable auto vacuum
---
src/backend/utils/misc/guc_tables.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/utils/misc/guc_tables.c
b/src/backend/utils/misc/guc_tables.c
index 3b6e18f37ff..927267bc313 100644
--- a/src/backend/utils/misc/guc_tables.c
+++ b/src/backend/utils/misc/guc_tables.c
@@ -1510,7 +1510,7 @@ struct config_bool ConfigureNamesBool[] =
NULL
},
&autovacuum_start_daemon,
- false,
+ true,
NULL, NULL, NULL
},
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]