This is an automated email from the ASF dual-hosted git repository.
reshke pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/REL_2_STABLE by this push:
new f6ad6ae03c8 Upgrade the PostgreSQL kernel version to 14.8 (#1870)
f6ad6ae03c8 is described below
commit f6ad6ae03c899c01637cb7947734244b01714508
Author: Dianjin Wang <[email protected]>
AuthorDate: Fri Jul 31 23:41:28 2026 +0800
Upgrade the PostgreSQL kernel version to 14.8 (#1870)
Change 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 1f3c5c21afc..7e446a1ba75 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.7
+PG_PACKAGE_VERSION=14.8
diff --git a/configure.ac b/configure.ac
index 77a3396ab31..160c290c832 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.1.0-incubating], [[email protected]],
[], [https://cloudberry.apache.org/])
-[PG_PACKAGE_VERSION=14.7]
+[PG_PACKAGE_VERSION=14.8]
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]