Обсуждение: pgsql: Clean up "stopgap" implementation of timestamptz_to_str().

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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(-)