pgsql: Clean up "stopgap" implementation of timestamptz_to_str().

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Clean up "stopgap" implementation of timestamptz_to_str().
Дата
Msg-id E1UARU6-0006yN-Jf@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up "stopgap" implementation of timestamptz_to_str().

Use correct type for "result", fix bogus strftime argument, don't use
unnecessary static variables, improve comments.

Andres Freund and Tom Lane

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1418e6e07b69766ea1e231917601f18fcf0c2624

Modified Files
--------------
contrib/pg_xlogdump/compat.c |   19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Install headers from the new src/include/common subdirectory.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Add missing .gitignore file.