From 05b85b6e7cdc84df81da1578d2eeb66dcb224bfa Mon Sep 17 00:00:00 2001 From: Burak Velioglu Date: Wed, 1 Sep 2021 13:51:38 +0300 Subject: [PATCH] Update UDF parameters on test --- src/test/regress/expected/multi_extension.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/multi_extension.out b/src/test/regress/expected/multi_extension.out index a827084e1..141257deb 100644 --- a/src/test/regress/expected/multi_extension.out +++ b/src/test/regress/expected/multi_extension.out @@ -807,7 +807,7 @@ SELECT * FROM multi_extension.print_extension_changes(); | function create_missing_partitions(regclass,timestamp with time zone,timestamp with time zone) boolean | function create_timeseries_table(regclass,interval,integer,integer,timestamp with time zone,interval,interval) void | function drop_timeseries_table_metadata(regclass) void - | function get_missing_partition_ranges(regclass,timestamp with time zone,timestamp with time zone) TABLE(range_from_value text, range_to_value text) + | function get_missing_partition_ranges(regclass,timestamp with time zone,timestamp with time zone) TABLE(partition_name text, range_from_value text, range_to_value text) | function stop_metadata_sync_to_node(text,integer,boolean) void | schema timeseries | table timeseries.tables