pgsql: C comment: mention why the Gregorian calendar is used pre-1582 - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: C comment: mention why the Gregorian calendar is used pre-1582
Date
Msg-id E1XmHZA-0007Jl-Q2@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
C comment:  mention why the Gregorian calendar is used pre-1582

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/171c377a0abe12d1418540dc154feccd9355995e

Modified Files
--------------
src/include/utils/datetime.h |    5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Remove the last vestige of server-side autocommit.
Next
From: Fujii Masao
Date:
Subject: pgsql: Implement IF NOT EXIST for CREATE INDEX.