alvherre(at)postgresql(dot)org (Alvaro Herrera) writes:
> Add generate_subscripts, a series-generation function which generates an
> array's subscripts.
Why are these marked volatile in pg_proc? Surely they generate the
same outputs given the same inputs, and therefore qualify as immutable.
regards, tom lane