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

3067
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
# into the SCM.
AC_INIT([Citus], [12.1.5])
AC_INIT([Citus], [12.1.6])
AC_COPYRIGHT([Copyright (c) Citus Data, Inc.])
# we'll need sed and awk for some of the version commands

View File

@ -60,7 +60,7 @@ BEGIN
FROM current_objects c FULL JOIN prev_objects p
ON p.description = c.description
WHERE (p.description is null OR c.description is null)
AND c.description IS DISTINCT FROM 'function any_value(anyelement) anyelement'
AND c.description IS DISTINCT FROM 'function any_value(anyelement) anyelement'
AND c.description IS DISTINCT FROM 'function any_value_agg(anyelement,anyelement) anyelement';
DROP TABLE prev_objects;
@ -1413,7 +1413,7 @@ DROP TABLE multi_extension.prev_objects, multi_extension.extension_diff;
SHOW citus.version;
citus.version
---------------------------------------------------------------------
12.1.5
12.1.6
(1 row)
-- ensure no unexpected objects were created outside pg_catalog