pgsql: Clean up "stopgap" implementation of timestamptz_to_str(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Clean up "stopgap" implementation of timestamptz_to_str().
Date
Msg-id E1UARU6-0006yN-Jf@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Install headers from the new src/include/common subdirectory.
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing .gitignore file.