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:34 +0000 (01:42 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 4 Aug 2007 01:42:34 +0000 (01:42 +0000)
commitd495e80b7d9f56b7e52eeb2fb0676b6677cffa7c
tree12c5ad54abdcd4d12df90fcab8a56d50d3a37194
parenta23a11e8cdaf18af2946176da0ca30f36e1f34a3
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