Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
PG_PACKAGE_VERSION=14.5



Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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], [dev@cloudberry.apache.org], [], [https://cloudberry.apache.org/])
[PG_PACKAGE_VERSION=14.4]
[PG_PACKAGE_VERSION=14.5]
AC_SUBST(PG_PACKAGE_VERSION)

dnl m4_if(m4_defn([m4_PACKAGE_VERSION]), [2.69], [], [m4_fatal([Autoconf version 2.69 is required.
Expand Down
2 changes: 1 addition & 1 deletion src/test/binary_swap/expected/diff_dumps.out
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\! diff dump_other.sql dump_current.sql
\! diff -I '^-- Dumped from database version' dump_other.sql dump_current.sql
2 changes: 1 addition & 1 deletion src/test/binary_swap/sql/diff_dumps.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
\! diff dump_other.sql dump_current.sql
\! diff -I '^-- Dumped from database version' dump_other.sql dump_current.sql
Loading