• Tom Lane's avatar
    Don't try to fetch database name when SetTransactionIdLimit() is executed · def30e84
    Tom Lane authored
    outside a transaction.
    
    This repairs brain fade in my patch of 2009-08-30: the reason we had been
    storing oldest-database name, not OID, in ShmemVariableCache was of course
    to avoid having to do a catalog lookup at times when it might be unsafe.
    
    This error explains why Aleksandr Dushein is having trouble getting out of
    an XID wraparound state in bug #5718, though not how he got into that state
    in the first place.  I suspect pg_upgrade is at fault there.
    def30e84
varsup.c 17.9 KB