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

From [email protected] (Alvaro Herrera)
Subject pgsql: Fix volatility marking for the generate_series and
Date
Msg-id [email protected]
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: [email protected] (Tom Lane)
Date:
Subject: pgsql: Increase the statement_timeout value used in the prepared_xacts
Next
From: [email protected] (Alvaro Herrera)
Date:
Subject: pgsql: Remove typename from A_Const.