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

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.
Дата
Msg-id E1cW2Fa-000097-J3@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Remove unused variable.
Следующее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Reindent table partitioning code.