pgsql: Fix volatility marking for the generate_series and

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix volatility marking for the generate_series and
Date: 2008-04-29 13:00:23
Message-ID: 20080429130023.526A37559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix volatility marking for the generate_series and generate_subscripts families
of functions.

Modified Files:
--------------
pgsql/src/include/catalog:
catversion.h (r1.451 -> r1.452)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/catversion.h?r1=1.451&r2=1.452)
pg_proc.h (r1.493 -> r1.494)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/catalog/pg_proc.h?r1=1.493&r2=1.494)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-04-29 14:59:17 pgsql: Remove typename from A_Const.
Previous Message Tom Lane 2008-04-29 04:12:43 Re: [COMMITTERS] pgsql: Increase the statement_timeout value used in the prepared_xacts