mirror of https://github.com/citusdata/citus.git
parent
d4f1635775
commit
c44682a7d0
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue