Skip to content

Commit 7e0dc18

Browse files
Bump Citus version to 12.1.4 (#7610)
1 parent 4e838a4 commit 7e0dc18

File tree

4 files changed

+15
-11
lines changed

4 files changed

+15
-11
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### citus v12.1.4 (May 28, 2024) ###
2+
3+
* Adds null check for node in HasRangeTableRef (#7604)
4+
15
### citus v12.1.3 (April 18, 2024) ###
26

37
* Allows overwriting host name for all inter-node connections by

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Citus 12.1.3.
3+
# Generated by GNU Autoconf 2.69 for Citus 12.1.4.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -579,8 +579,8 @@ MAKEFLAGS=
579579
# Identity of this package.
580580
PACKAGE_NAME='Citus'
581581
PACKAGE_TARNAME='citus'
582-
PACKAGE_VERSION='12.1.3'
583-
PACKAGE_STRING='Citus 12.1.3'
582+
PACKAGE_VERSION='12.1.4'
583+
PACKAGE_STRING='Citus 12.1.4'
584584
PACKAGE_BUGREPORT=''
585585
PACKAGE_URL=''
586586

@@ -1262,7 +1262,7 @@ if test "$ac_init_help" = "long"; then
12621262
# Omit some internal or obsolete options to make the list less imposing.
12631263
# This message is too long to be a string in the A/UX 3.1 sh.
12641264
cat <<_ACEOF
1265-
\`configure' configures Citus 12.1.3 to adapt to many kinds of systems.
1265+
\`configure' configures Citus 12.1.4 to adapt to many kinds of systems.
12661266
12671267
Usage: $0 [OPTION]... [VAR=VALUE]...
12681268
@@ -1324,7 +1324,7 @@ fi
13241324

13251325
if test -n "$ac_init_help"; then
13261326
case $ac_init_help in
1327-
short | recursive ) echo "Configuration of Citus 12.1.3:";;
1327+
short | recursive ) echo "Configuration of Citus 12.1.4:";;
13281328
esac
13291329
cat <<\_ACEOF
13301330
@@ -1429,7 +1429,7 @@ fi
14291429
test -n "$ac_init_help" && exit $ac_status
14301430
if $ac_init_version; then
14311431
cat <<\_ACEOF
1432-
Citus configure 12.1.3
1432+
Citus configure 12.1.4
14331433
generated by GNU Autoconf 2.69
14341434
14351435
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1912,7 +1912,7 @@ cat >config.log <<_ACEOF
19121912
This file contains any messages produced by compilers while
19131913
running configure, to aid debugging if configure makes a mistake.
19141914
1915-
It was created by Citus $as_me 12.1.3, which was
1915+
It was created by Citus $as_me 12.1.4, which was
19161916
generated by GNU Autoconf 2.69. Invocation command line was
19171917
19181918
$ $0 $@
@@ -5393,7 +5393,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
53935393
# report actual input values of CONFIG_FILES etc. instead of their
53945394
# values after options handling.
53955395
ac_log="
5396-
This file was extended by Citus $as_me 12.1.3, which was
5396+
This file was extended by Citus $as_me 12.1.4, which was
53975397
generated by GNU Autoconf 2.69. Invocation command line was
53985398
53995399
CONFIG_FILES = $CONFIG_FILES
@@ -5455,7 +5455,7 @@ _ACEOF
54555455
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
54565456
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
54575457
ac_cs_version="\\
5458-
Citus config.status 12.1.3
5458+
Citus config.status 12.1.4
54595459
configured by $0, generated by GNU Autoconf 2.69,
54605460
with options \\"\$ac_cs_config\\"
54615461

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# everyone needing autoconf installed, the resulting files are checked
66
# into the SCM.
77

8-
AC_INIT([Citus], [12.1.3])
8+
AC_INIT([Citus], [12.1.4])
99
AC_COPYRIGHT([Copyright (c) Citus Data, Inc.])
1010

1111
# we'll need sed and awk for some of the version commands

src/test/regress/expected/multi_extension.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
14131413
SHOW citus.version;
14141414
citus.version
14151415
---------------------------------------------------------------------
1416-
12.1.3
1416+
12.1.4
14171417
(1 row)
14181418

14191419
-- ensure no unexpected objects were created outside pg_catalog

0 commit comments

Comments
 (0)