pgsql: Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.
Date: 2017-01-24 14:39:10
Message-ID: E1cW2Fa-000097-J3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.

The comments in formatting.c already said that tm_mon was 1-based not
0-based, but the comments here disagreed.

Dmitry Fedin

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/96e0ccc2b589eda26585ed2a8dabf34b16747c1a

Modified Files
--------------
src/include/pgtime.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-01-24 15:08:21 Re: [COMMITTERS] pgsql: Add pg_sequence system catalog
Previous Message Robert Haas 2017-01-24 14:08:39 pgsql: Remove unused variable.