Fix pg_basebackup/pg_receivexlog for floating point timestamps

Magnus Hagander <magnus@hagander.net>

Commit: a0b4c5a20a5e5076225ba440a921f4b46f1159ee
Author: Magnus Hagander <magnus@hagander.net>
Date: 2012-06-10T10:12:36Z
Releases: 9.2.0
Fix pg_basebackup/pg_receivexlog for floating point timestamps

Since the replication protocol deals with TimestampTz, we need to
care for the floating point case as well in the frontend tools.

Fujii Masao, with changes from Magnus Hagander

Files