Suppress time zone name (%Z) when logging timestamps in xlog.c startup
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Aug 2007 01:42:44 +0000 (01:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Aug 2007 01:42:44 +0000 (01:42 +0000)
commitdd7668ff5b9b7d482b8b61f1086bb306fc36d138
tree3fdf77f68bc036817aeb9dc5b8d365b2375b5aed
parent12a68154e69a9df4ddd8b882eedd216763802ce8
Suppress time zone name (%Z) when logging timestamps in xlog.c startup
on Windows.  This is yet another manifestation of the problem that Windows
returns time zone names that may be in a different encoding than we are using.
I've put a better solution in HEAD, but the back branches need a simple patch.
Per report from Hiroshi Saito.
src/backend/access/transam/xlog.c