mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
pg_upgrade: preserve the timestamp epoch
This is useful for replication tools like Slony and Skytools. This is a
backpatch of a74a4aa23b
.
Report by Sergey Konoplev
Backpatch through 9.3
This commit is contained in:
@ -188,6 +188,7 @@ typedef struct
|
||||
char nextxlogfile[25];
|
||||
uint32 chkpnt_tli;
|
||||
uint32 chkpnt_nxtxid;
|
||||
uint32 chkpnt_nxtepoch;
|
||||
uint32 chkpnt_nxtoid;
|
||||
uint32 chkpnt_nxtmulti;
|
||||
uint32 chkpnt_nxtmxoff;
|
||||
|
Reference in New Issue
Block a user