Skip to content

Commit

Permalink
Cherry-pick upstream fix for TruncateMultiXact assertion
Browse files Browse the repository at this point in the history
We hit that bug in a new test being added in PR #6528. We'd get the
fix from upstream with the next minor release anyway, but cherry-pick
it now to unblock PR #6528.

Upstream commit b1ffe3ff0b.
  • Loading branch information
hlinnaka committed Jun 28, 2024
1 parent 063553a commit ff56815
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
2 changes: 1 addition & 1 deletion vendor/postgres-v15
2 changes: 1 addition & 1 deletion vendor/postgres-v16
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", "d55e0aca104af0b611cf5565f1033b2acd2dcc1c"],
"v15": ["15.7", "2ff5ecc67c64e5fe44b7dde598e64e4538e0c373"],
"v14": ["14.12", "7845c122d51d3ebb547a984a640ac0310a2fadce"]
"v16": ["16.3", "e06bebc75306b583e758b52c95946d41109239b2"],
"v15": ["15.7", "f54d7373eb0de5a54bce2becdb1c801026c7edff"],
"v14": ["14.12", "223dd925959f8124711dd3d867dc8ba6629d52c0"]
}

0 comments on commit ff56815

Please sign in to comment.