pgsql: pg_upgrade: preserve the timestamp epoch - Mailing list pgsql-committers

From Bruce Momjian
Subject pgsql: pg_upgrade: preserve the timestamp epoch
Date
Msg-id E1XSD2P-0003Dk-Bw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade:  preserve the timestamp epoch

This is useful for replication tools like Slony and Skytools.  This is a
backpatch of a74a4aa23bb95b590ff01ee564219d2eacea3706.

Report by Sergey Konoplev

Backpatch through 9.3

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/022aea346def58d5dd17dd0e012f925e8688d439

Modified Files
--------------
contrib/pg_upgrade/controldata.c |   16 ++++++++++------
contrib/pg_upgrade/pg_upgrade.c  |    8 ++++++--
contrib/pg_upgrade/pg_upgrade.h  |    1 +
3 files changed, 17 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: preserve the timestamp epoch
Next
From: Bruce Momjian
Date:
Subject: pgsql: pg_upgrade: adjust C comments