pgsql: Fix comment for GetCurrentIntegerTimestamp().

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема pgsql: Fix comment for GetCurrentIntegerTimestamp().
Дата
Msg-id E1Z9GgU-0004dV-Kn@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix comment for GetCurrentIntegerTimestamp().

The unit of measure is microseconds, not milliseconds.

Backpatch to 9.3 where the function and its comment were added.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/f9b38ab6536e0c175cf94bea0c8f2a3d9fed175a

Modified Files
--------------
src/backend/utils/adt/timestamp.c |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tatsuo Ishii
Дата:
Сообщение: pgsql: Fix function declaration style to respect the coding standard.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix comment for GetCurrentIntegerTimestamp().