• Magnus Hagander's avatar
    Don't abort pg_basebackup when receiving empty WAL block · 705556a6
    Magnus Hagander authored
    This is a similar fix as c6ec8793aa59d1842082e14b4b4aae7d4bd883fd
    9.2. This should never happen in 9.3 and newer since the special case
    cannot happen there, but this patch synchronizes up the code so there
    is no confusion on why they're different. An empty block is as harmless
    in 9.3 as it was in 9.2, and can safely be ignored.
    705556a6
receivelog.c 27.8 KB