Skip to content

Commit 2d77741

Browse files
authored
Initial commit for Babelfish v2.18 (#4734)
This commit contains the following changes: 1. Add version info and upgrade test for 14.23 2. Add upgrade schedule files for 14.23 3. Bump babelfish_version from 2.17.0 to 2.18.0 Signed-off-by: Mohitraj G <mrxmohit@amazon.com> Assisted by Kiro
1 parent 53c32cc commit 2d77741

4 files changed

Lines changed: 446 additions & 3 deletions

File tree

.github/configuration/upgrade-test-configuration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ upgrade-version: [{
6161
{
6262
upgrade-path: [
6363
{
64-
version: '14.22',
64+
version: '14.23',
6565
upgrade-type: null
6666
},
6767
{

.github/template/version-branch-template.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@
6161
'14.22':
6262
engine_branch: BABEL_2_16_STABLE__PG_14_22
6363
extension_branch: BABEL_2_16_STABLE
64+
'14.23':
65+
engine_branch: BABEL_2_17_STABLE__PG_14_23
66+
extension_branch: BABEL_2_17_STABLE
6467
'source.latest':
6568
engine_branch: latest
6669
extension_branch: latest

contrib/babelfishpg_tsql/src/babelfish_version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*-------------------------------------------------------------------------
99
*/
1010

11-
#define BABELFISH_VERSION_STR "2.17.0"
12-
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.23.0.0"
11+
#define BABELFISH_VERSION_STR "2.18.0"
12+
#define BABELFISH_INTERNAL_VERSION_STR "Babelfish 14.24.0.0"
1313
#define BABEL_COMPATIBILITY_VERSION "12.0.2000.8"
1414
#define BABEL_COMPATIBILITY_MAJOR_VERSION "12"

0 commit comments

Comments
 (0)