• Tom Lane's avatar
    Fix PREPARE TRANSACTION to reject the case where the transaction has dropped a · 7d6e6e2e
    Tom Lane authored
    temporary table; we can't support that because there's no way to clean up the
    source backend's internal state if the eventual COMMIT PREPARED is done by
    another backend.  This was checked correctly in 8.1 but I broke it in 8.2 :-(.
    Patch by Heikki Linnakangas, original trouble report by John Smith.
    7d6e6e2e
lock.c 71.5 KB