mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
pg_upgrade: properly handle timeline variables
There is no behavior change here as we now always set the timeline to one. Report by Tom Lane Backpatch to 9.3 and 9.4
This commit is contained in:
@ -186,7 +186,6 @@ typedef struct
|
||||
uint32 ctrl_ver;
|
||||
uint32 cat_ver;
|
||||
char nextxlogfile[25];
|
||||
uint32 chkpnt_tli;
|
||||
uint32 chkpnt_nxtxid;
|
||||
uint32 chkpnt_nxtepoch;
|
||||
uint32 chkpnt_nxtoid;
|
||||
|
Reference in New Issue
Block a user