pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps
Date
Msg-id E1SdfJ0-0003XG-TT@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Error message capitalization fix
Next
From: Bruce Momjian
Date:
Subject: pgsql: Update pgindent install instructions and update typedef list.