This is an automated email from the ASF dual-hosted git repository.

leborchuk pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit 14d483caa2e72b663ccda2d37a78a26580062a80
Author: Leonid Borchuk <[email protected]>
AuthorDate: Wed Sep 2 09:30:40 2026 +0000

    Upgrade the PostgreSQL kernel version to 14.9
    
    We have merged in #1843 all fixes that converts PG 14.8 to PG 14.9. Change 
also the `PG_PACKAGE_VERSION=` value in configure.ac and configure
    file.
---
 configure    | 2 +-
 configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 216dcec7bba..304edf858f0 100755
--- a/configure
+++ b/configure
@@ -2920,7 +2920,7 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS 
$LDFLAGS conftest.$ac_ext $
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
 
 
-PG_PACKAGE_VERSION=14.8
+PG_PACKAGE_VERSION=14.9
 
 
 
diff --git a/configure.ac b/configure.ac
index 95e3fab454e..bbf6dc4f837 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl The PACKAGE_VERSION from upstream PostgreSQL is 
maintained in the
 dnl PG_PACKAGE_VERSION variable, when merging make sure to update this
 dnl variable with the merge conflict from the AC_INIT() statement.
 AC_INIT([Apache Cloudberry], [2.2.0-incubating], [[email protected]], 
[], [https://cloudberry.apache.org/])
-[PG_PACKAGE_VERSION=14.8]
+[PG_PACKAGE_VERSION=14.9]
 AC_SUBST(PG_PACKAGE_VERSION)
 
 dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf 
version 2.69 is required.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to