Skip to content

Commit

Permalink
Fix submodule references to match the REL_*_STABLE_neon branches (#8159)
Browse files Browse the repository at this point in the history
No code changes, just point to the correct commit SHAs.
  • Loading branch information
hlinnaka committed Jun 25, 2024
1 parent 961fc0b commit 64a4461
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion vendor/postgres-v14
Submodule postgres-v14 updated 0 files
2 changes: 1 addition & 1 deletion vendor/postgres-v15
Submodule postgres-v15 updated 0 files
2 changes: 1 addition & 1 deletion vendor/postgres-v16
Submodule postgres-v16 updated 0 files
6 changes: 3 additions & 3 deletions vendor/revisions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"v16": ["16.3", "3bf9219f6ef5e943393e9430872e26184e92d1c6"],
"v15": ["15.7", "2092a6dcee794bb0cb17471bd964690dd7c7355f"],
"v14": ["14.12", "aa88bd536b48b22328aac748be0dcfff760135d0"]
"v16": ["16.3", "d55e0aca104af0b611cf5565f1033b2acd2dcc1c"],
"v15": ["15.7", "2ff5ecc67c64e5fe44b7dde598e64e4538e0c373"],
"v14": ["14.12", "7845c122d51d3ebb547a984a640ac0310a2fadce"]
}

1 comment on commit 64a4461

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3010 tests run: 2884 passed, 0 failed, 126 skipped (full report)


Flaky tests (1)

Postgres 14

Code coverage* (full report)

  • functions: 32.6% (6882 of 21135 functions)
  • lines: 50.2% (53673 of 106989 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
64a4461 at 2024-06-25T17:30:05.923Z :recycle:

Please sign in to comment.