pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Fix pg_basebackup/pg_receivexlog for floating point timestamps
Дата
Msg-id E1SdfJ0-0003XG-TT@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Error message capitalization fix
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Update pgindent install instructions and update typedef list.