Bump Citus to 12.1.6

pull/7744/head
EmelSimsek 2024-11-14 14:19:32 +03:00
parent d4f1635775
commit 103b560564
No known key found for this signature in database
GPG Key ID: EB13DFB77C32D7D8
3 changed files with 1537 additions and 1536 deletions

3065
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
# everyone needing autoconf installed, the resulting files are checked # everyone needing autoconf installed, the resulting files are checked
# into the SCM. # into the SCM.
AC_INIT([Citus], [12.1.5]) AC_INIT([Citus], [12.1.6])
AC_COPYRIGHT([Copyright (c) Citus Data, Inc.]) AC_COPYRIGHT([Copyright (c) Citus Data, Inc.])
# we'll need sed and awk for some of the version commands # we'll need sed and awk for some of the version commands

View File

@ -1413,7 +1413,7 @@ DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
SHOW citus.version; SHOW citus.version;
citus.version citus.version
--------------------------------------------------------------------- ---------------------------------------------------------------------
12.1.5 12.1.6
(1 row) (1 row)
-- ensure no unexpected objects were created outside pg_catalog -- ensure no unexpected objects were created outside pg_catalog