-
Notifications
You must be signed in to change notification settings - Fork 456
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump vendor/postgres to include extension path fix (#9076)
This is a pre requisite for #8681
- Loading branch information
1 parent
ec5dce0
commit f03f7b3
Showing
5 changed files
with
8 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
{ | ||
"v17": [ | ||
"17rc1", | ||
"5bbb9bd93dd805e90bd8af15d00080363d18ec68" | ||
"dadd6fe208bb906cc0a48980f2ab4e13c47ba3ad" | ||
], | ||
"v16": [ | ||
"16.4", | ||
"3ec6e2496f64c6fec35c67cb82efd6490a6a4738" | ||
"d009084a745cb4d5e6de222c778b2a562c8b2767" | ||
], | ||
"v15": [ | ||
"15.8", | ||
"72b904c0b3ac43bd74d1e8e6d772e2c476ae25b1" | ||
"1dbd6f316416c8360bbd4f3d6db956cf70937cf0" | ||
], | ||
"v14": [ | ||
"14.13", | ||
"87cb68f899db434cd6f1908cf0ac8fdeafdd88c1" | ||
"f9c51c12438b20049b6905eb4e43d321defd6ff2" | ||
] | ||
} |
f03f7b3
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.
5082 tests run: 4907 passed, 1 failed, 174 skipped (full report)
Failures on Postgres 16
test_branch_creation_heavy_write[github-actions-selfhosted-20]
: release-x86-64Flaky tests (8)
Postgres 17
test_pageserver_compaction_smoke
: release-arm64test_scrubber_physical_gc[4]
: release-arm64Postgres 16
test_slots_and_branching
: release-arm64test_scrubber_physical_gc[4]
: release-arm64Postgres 15
test_scrubber_physical_gc[4]
: release-arm64test_subscriber_restart
: release-x86-64Postgres 14
test_scrubber_physical_gc[4]
: release-arm64test_subscriber_restart
: release-x86-64Code coverage* (full report)
functions
:31.9% (7436 of 23317 functions)
lines
:49.9% (59930 of 120118 lines)
* collected from Rust tests only
f03f7b3 at 2024-09-20T21:33:08.496Z :recycle: