• Simon Riggs's avatar
    Start Hot Standby faster when initial snapshot is incomplete. · 10b7c686
    Simon Riggs authored
    If the initial snapshot had overflowed then we can start whenever
    the latest snapshot is empty, not overflowed or as we did already,
    start when the xmin on primary was higher than xmax of our starting
    snapshot, which proves we have full snapshot data.
    
    Bug report by Chris Redekop
    10b7c686
procarray.c 96.4 KB