-
Notifications
You must be signed in to change notification settings - Fork 458
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add neon.logical_replication_max_logicalsnapdir_size
This GUC will drop replication slots if the size of the pg_logical/snapshots directory (not including temp snapshot files) becomes larger than the specified size. Keeping the size of this directory smaller will help with basebackup size from the pageserver. Part-of: #8619 Signed-off-by: Tristan Partin <tristan@neon.tech>
- Loading branch information
1 parent
a61d81b
commit 3f80af8
Showing
1 changed file
with
114 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3f80af8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5499 tests run: 5267 passed, 2 failed, 230 skipped (full report)
Failures on Postgres 16
test_sharded_ingest[github-actions-selfhosted-1]
: release-x86-64test_compaction_l0_memory[github-actions-selfhosted]
: release-x86-64Flaky tests (5)
Postgres 15
test_replica_query_race
: release-arm64test_logical_replication
: release-arm64test_obsolete_slot_drop
: release-arm64Postgres 14
test_pg_regress[4]
: release-arm64test_create_churn_during_restart
: release-arm64Code coverage* (full report)
functions
:31.8% (7891 of 24834 functions)
lines
:49.5% (62455 of 126257 lines)
* collected from Rust tests only
3f80af8 at 2024-11-12T21:48:06.430Z :recycle: