-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix docker compose with PG17 (#10165)
## Problem It's impossible to run docker compose with compute v17 due to `pg_anon` extension which is not supported under PG17. ## Summary of changes The auto-loading of `pg_anon` is disabled by default
- Loading branch information
1 parent
aa7ab9b
commit e226d7a
Showing
2 changed files
with
6 additions
and
11 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
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
e226d7a
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.
7095 tests run: 6797 passed, 1 failed, 297 skipped (full report)
Failures on Postgres 17
test_pageserver_small_inmemory_layers[False]
: debug-x86-64Flaky tests (4)
Postgres 17
test_physical_replication_config_mismatch_too_many_known_xids
: debug-x86-64test_timeline_archival_chaos
: release-x86-64Postgres 16
test_physical_replication_config_mismatch_max_locks_per_transaction
: release-arm64Postgres 14
test_emergency_mode
: release-arm64Test coverage report is not available
e226d7a at 2024-12-17T09:13:51.508Z :recycle: