Обсуждение: pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps

Поиск
Список
Период
Сортировка

pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps

От
Magnus Hagander
Дата:
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(-)