mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
pg_upgrade: preserve the timestamp epoch
This is useful for replication tools like Slony and Skytools. Report by Sergey Konoplev
This commit is contained in:
@ -190,6 +190,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