You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently timeline ID is obtained from pg_control file.
But timeline ID in pg_control updated lazily, so pg_control is unreliable source.
For PG >= 9.6 it is possible to use pg_control_checkpoint().