• Robert Haas's avatar
    Tidy up a few calls to smrgextend(). · d37781fa
    Robert Haas authored
    In the new API introduced by my patch to include the backend ID in
    temprel filenames, the last argument to smrgextend() became skipFsync
    rather than isTemp, but these calls didn't get the memo.  It's not
    really a problem to pass rel->rd_istemp rather than just plain false,
    because smgrextend() now automatically skips the fsync for temprels
    anyway, but this seems cleaner and saves some minute number of cycles.
    d37781fa
freespace.c 21.2 KB