[COMMITTERS] pgsql: Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.
Date
Msg-id E1cW2Fa-000097-J3@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Remove unused variable.
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Reindent table partitioning code.