pgsql: Fix volatility marking for the generate_series and - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Fix volatility marking for the generate_series and
Date
Msg-id 20080429130023.526A37559CC@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Increase the statement_timeout value used in the prepared_xacts
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Remove typename from A_Const.