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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Clean up "stopgap" implementation of timestamptz_to_str().
Date: 2013-02-26 20:50:46
Message-ID: E1UARU6-0006yN-Jf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-02-26 20:59:00 pgsql: Add missing .gitignore file.
Previous Message Tom Lane 2013-02-26 20:27:40 pgsql: Install headers from the new src/include/common subdirectory.