• Robert Haas's avatar
    Fix crash in CREATE UNLOGGED TABLE. · bf347c60
    Robert Haas authored
    The code that created the init fork neglected to make sure that the
    relation was open at the smgr level before attempting to invoke smgr.
    This didn't happen every time; only when the relcache entry was rebuilt
    along the way.
    
    Per report from Garick Hamlin.
    bf347c60
heap.c 82.6 KB