pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps
Date: 2012-06-10 10:23:34
Message-ID: E1SdfJ0-0003XG-TT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a0b4c5a20a5e5076225ba440a921f4b46f1159ee

Modified Files
--------------
doc/src/sgml/ref/pg_basebackup.sgml | 4 +-
doc/src/sgml/ref/pg_receivexlog.sgml | 4 +-
src/bin/pg_basebackup/pg_basebackup.c | 4 +-
src/bin/pg_basebackup/pg_receivexlog.c | 4 +-
src/bin/pg_basebackup/receivelog.c | 59 ++++++++++++++++++++++++++++++--
5 files changed, 64 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-06-10 19:16:42 pgsql: Update pgindent install instructions and update typedef list.
Previous Message Peter Eisentraut 2012-06-10 09:46:59 pgsql: Make include files work without having to include other ones fir