From 84212181524e84ce40d46c8209baf68cb121ec8b Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Mon, 7 Nov 2022 13:56:00 +0100 Subject: [PATCH] Change the branch name for V14 as it does for V15 --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 23765194c1..081a404135 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,7 +1,7 @@ [submodule "vendor/postgres-v14"] path = vendor/postgres-v14 url = https://github.com/neondatabase/postgres.git - branch = main + branch = REL_14_STABLE_neon [submodule "vendor/postgres-v15"] path = vendor/postgres-v15 url = https://github.com/neondatabase/postgres.git