Fixes upgrade tests

test_branch
gindibay 2023-07-29 23:45:02 +03:00
parent 86e0831424
commit a05d5fc5fc
1 changed files with 3 additions and 0 deletions

View File

@ -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)