Clean up "stopgap" implementation of timestamptz_to_str().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 1418e6e07b69766ea1e231917601f18fcf0c2624
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-02-26T20:50:22Z
Releases: 9.3.0
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

Files

PathChange+/−
contrib/pg_xlogdump/compat.c modified +12 −7