mirror of https://github.com/citusdata/citus.git
Fixes upgrade tests
parent
86e0831424
commit
a05d5fc5fc
|
@ -5,6 +5,8 @@ WHERE refclassid = 'pg_catalog.pg_extension'::pg_catalog.regclass
|
|||
AND refobjid = e.oid
|
||||
AND deptype = 'e'
|
||||
AND e.extname='citus'
|
||||
AND pg_catalog.pg_describe_object(classid, objid, 0) != 'function any_value(anyelement)'
|
||||
AND pg_catalog.pg_describe_object(classid, objid, 0) != 'function any_value_agg(anyelement,anyelement)'
|
||||
ORDER BY 1;
|
||||
description
|
||||
---------------------------------------------------------------------
|
||||
|
@ -338,3 +340,4 @@ ORDER BY 1;
|
|||
view pg_dist_shard_placement
|
||||
view time_partitions
|
||||
(329 rows)
|
||||
|
||||
|
|
Loading…
Reference in New Issue