Skip to content

Commit

Permalink
Reenable autovacuum in CI
Browse files Browse the repository at this point in the history
We want to run autovacuum in CI to find bugs with our own code when
parallel vacuum is happening.
  • Loading branch information
svenklemm committed Oct 28, 2024
1 parent a1839cc commit 647e558
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/postgresql.conf.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# NOTE: any changes here require changes to tsl/test/postgresql.conf. Its prefix
# must be the same as this file.

autovacuum=false
autovacuum=true
datestyle='Postgres, MDY'
hba_file='@TEST_PG_HBA_FILE@'
log_destination='@TEST_PG_LOG_DESTINATION@'
Expand Down
2 changes: 1 addition & 1 deletion tsl/test/postgresql.conf.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This section has to be equivalent to test/postgresql.conf

autovacuum=false
autovacuum=true
datestyle='Postgres, MDY'
hba_file='@TEST_PG_HBA_FILE@'
log_destination='@TEST_PG_LOG_DESTINATION@'
Expand Down

0 comments on commit 647e558

Please sign in to comment.