From 64a4461191e17521f54cd9c334b034fcf7a12a0b Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 25 Jun 2024 19:05:13 +0300 Subject: [PATCH] Fix submodule references to match the REL_*_STABLE_neon branches (#8159) No code changes, just point to the correct commit SHAs. --- vendor/postgres-v14 | 2 +- vendor/postgres-v15 | 2 +- vendor/postgres-v16 | 2 +- vendor/revisions.json | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/vendor/postgres-v14 b/vendor/postgres-v14 index aa88bd536b48..7845c122d51d 160000 --- a/vendor/postgres-v14 +++ b/vendor/postgres-v14 @@ -1 +1 @@ -Subproject commit aa88bd536b48b22328aac748be0dcfff760135d0 +Subproject commit 7845c122d51d3ebb547a984a640ac0310a2fadce diff --git a/vendor/postgres-v15 b/vendor/postgres-v15 index 2092a6dcee79..2ff5ecc67c64 160000 --- a/vendor/postgres-v15 +++ b/vendor/postgres-v15 @@ -1 +1 @@ -Subproject commit 2092a6dcee794bb0cb17471bd964690dd7c7355f +Subproject commit 2ff5ecc67c64e5fe44b7dde598e64e4538e0c373 diff --git a/vendor/postgres-v16 b/vendor/postgres-v16 index 3bf9219f6ef5..d55e0aca104a 160000 --- a/vendor/postgres-v16 +++ b/vendor/postgres-v16 @@ -1 +1 @@ -Subproject commit 3bf9219f6ef5e943393e9430872e26184e92d1c6 +Subproject commit d55e0aca104af0b611cf5565f1033b2acd2dcc1c diff --git a/vendor/revisions.json b/vendor/revisions.json index d48f1defec36..e755cf2e9dfa 100644 --- a/vendor/revisions.json +++ b/vendor/revisions.json @@ -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"] }