Re: pgsql: Add generate_subscripts, a series-generation function which - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add generate_subscripts, a series-generation function which
Date
Msg-id 19433.1209425663@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add generate_subscripts, a series-generation function which  (alvherre@postgresql.org (Alvaro Herrera))
List pgsql-committers
alvherre@postgresql.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

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update comment for 8.4: > #A hyphen, "-", marks changes that
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Increase the statement_timeout value used in the prepared_xacts