Skip to content

Commit f976787

Browse files
committed
Bump PostgreSQL kernel minor version.
As one of kernel rebase process milestone
1 parent 19c2931 commit f976787

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $
29202920
ac_compiler_gnu=$ac_cv_c_compiler_gnu
29212921

29222922

2923-
PG_PACKAGE_VERSION=14.5
2923+
PG_PACKAGE_VERSION=14.6
29242924

29252925

29262926

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl The PACKAGE_VERSION from upstream PostgreSQL is maintained in the
2121
dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
2222
dnl variable with the merge conflict from the AC_INIT() statement.
2323
AC_INIT([Apache Cloudberry], [2.1.0-incubating], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
24-
[PG_PACKAGE_VERSION=14.5]
24+
[PG_PACKAGE_VERSION=14.6]
2525
AC_SUBST(PG_PACKAGE_VERSION)
2626

2727
dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.

0 commit comments

Comments
 (0)