Fix pg_basebackup/pg_receivexlog for floating point timestamps
Magnus Hagander <magnus@hagander.net>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/pg_basebackup.sgml | modified | +2 −2 |
| doc/src/sgml/ref/pg_receivexlog.sgml | modified | +2 −2 |
| src/bin/pg_basebackup/pg_basebackup.c | modified | +2 −2 |
| src/bin/pg_basebackup/pg_receivexlog.c | modified | +2 −2 |
| src/bin/pg_basebackup/receivelog.c | modified | +56 −3 |