pgsql-server: Correct the volatility labeling of ten timestamp-related - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql-server: Correct the volatility labeling of ten timestamp-related
Date
Msg-id 20041004221318.2920A329DE0@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Correct the volatility labeling of ten timestamp-related functions,
per discussion from Friday.  initdb not forced in this commit but I intend
to do that later.

Modified Files:
--------------
    pgsql-server/src/include/catalog:
        pg_proc.h (r1.345 -> r1.346)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/include/catalog/pg_proc.h.diff?r1=1.345&r2=1.346)

pgsql-committers by date:

Previous
From: andrewd@pgfoundry.org (User Andrewd)
Date:
Subject: pgbuildfarm - client-code: experimental code (turned off by default) to
Next
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql-server: Remove arithmetic operators on the 1-byte-char datatype,