• Tom Lane's avatar
    Retry after buffer locking failure during SPGiST index creation. · 24ace405
    Tom Lane authored
    The original coding thought this case was impossible, but it can happen
    if the bgwriter or checkpointer processes decide to write out an index
    page while creation is still proceeding, leading to a bogus "unexpected
    spgdoinsert() failure" error.  Problem reported by Jonathan S. Katz.
    
    Teodor Sigaev
    24ace405
spginsert.c 7.06 KB