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

xlog.c

Blame
    • Tom Lane's avatar
      ead21631
      Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch · ead21631
      Tom Lane authored
      for pg_stop_backup.  First, it is possible that the history file name is not
      alphabetically later than the last WAL file name, so we should explicitly
      check that both have been archived.  Second, the previous coding would wait
      forever if a checkpoint had managed to remove the WAL file before we look for
      it.
      
      Simon Riggs, plus some code cleanup by me.
      ead21631
      History
      Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch
      Tom Lane authored
      for pg_stop_backup.  First, it is possible that the history file name is not
      alphabetically later than the last WAL file name, so we should explicitly
      check that both have been archived.  Second, the previous coding would wait
      forever if a checkpoint had managed to remove the WAL file before we look for
      it.
      
      Simon Riggs, plus some code cleanup by me.
    xlog.c 212.28 KiB