Re: [COMMITTERS] pgsql: Add generate_subscripts, a series-generation function which

2008-04-28 Thread Tom Lane
[EMAIL PROTECTED] (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.

[COMMITTERS] pgsql: Add generate_subscripts, a series-generation function which

2008-04-28 Thread Alvaro Herrera
Log Message: --- Add generate_subscripts, a series-generation function which generates an array's subscripts. Pavel Stehule, some editorialization by me. Modified Files: -- pgsql/doc/src/sgml: array.sgml (r1.65 -> r1.66) (http://anoncvs.postgresql.org/cvsw