]> granicus.if.org Git - postgresql/commit
Fix pg_basebackup/pg_receivexlog for floating point timestamps
authorMagnus Hagander <magnus@hagander.net>
Sun, 10 Jun 2012 10:12:36 +0000 (12:12 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 10 Jun 2012 10:12:36 +0000 (12:12 +0200)
commita0b4c5a20a5e5076225ba440a921f4b46f1159ee
treedc8fbe6215e8710c599b75ca755db946574188b2
parent7c1abc00fa1f469a2805e88abac0fa8b094b4427
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
doc/src/sgml/ref/pg_basebackup.sgml
doc/src/sgml/ref/pg_receivexlog.sgml
src/bin/pg_basebackup/pg_basebackup.c
src/bin/pg_basebackup/pg_receivexlog.c
src/bin/pg_basebackup/receivelog.c