multirange of arrays not working on postgresql 14 - Mailing list pgsql-hackers

From Jian He
Subject multirange of arrays not working on postgresql 14
Date
Msg-id CAMV54g1oeU2+Wf9gniN83GMPD9f08dqUz1b_ypJJ0N3+x7+W_g@mail.gmail.com
Whole thread Raw
Responses Re: multirange of arrays not working on postgresql 14  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-hackers
select arraymultirange(arrayrange(array[1,2], array[2,1]));
ERROR:  42883: function arrayrange(integer[], integer[]) does not exist
LINE 1: select arraymultirange(arrayrange(array[1,2], array[2,1]));
                               ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
LOCATION:  ParseFuncOrColumn, parse_func.c:629

tested on postgresql 14.

I search log: git.postgresql.org Git - postgresql.git/log there is no mention of  arrayrange. So this feature is  available, but now seems not working?

pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Implementing Incremental View Maintenance
Next
From: Bharath Rupireddy
Date:
Subject: Re: Throttling WAL inserts when the standby falls behind more than the configured replica_lag_in_bytes