Skip to content

Commit

Permalink
Bump vendor/postgres to include extension path fix (#9076)
Browse files Browse the repository at this point in the history
This is a pre requisite for
#8681
  • Loading branch information
lubennikovaav authored Sep 20, 2024
1 parent ec5dce0 commit f03f7b3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion vendor/postgres-v14
2 changes: 1 addition & 1 deletion vendor/postgres-v15
2 changes: 1 addition & 1 deletion vendor/postgres-v16
2 changes: 1 addition & 1 deletion vendor/postgres-v17
8 changes: 4 additions & 4 deletions vendor/revisions.json
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"
]
}

1 comment on commit f03f7b3

@github-actions
Copy link

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-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_branch_creation_heavy_write[release-pg16-github-actions-selfhosted-20]"
Flaky tests (8)

Postgres 17

Postgres 16

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 31.9% (7436 of 23317 functions)
  • lines: 49.9% (59930 of 120118 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
f03f7b3 at 2024-09-20T21:33:08.496Z :recycle:

Please sign in to comment.