Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

visibilitymap.c

  • Robert Haas's avatar
    d37781fa
    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
    History
    Tidy up a few calls to smrgextend().
    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.