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

  • Simon Riggs's avatar
    d38603bd
    Improve sequence and sense of messages from pg_stop_backup(). · d38603bd
    Simon Riggs authored
    Now doesn't report it is waiting until it actually is waiting,
    plus message doesn't appear until at least 5 seconds wait, so
    we avoid reporting the wait before we've given the archiver
    a reasonable time to wake up and archive the file we just
    created earlier in the function.
    Also add new unconditional message to confirm safe completion.
    Now a normal, healthy execution does not report waiting at
    all, just safe completion.
    d38603bd
    History
    Improve sequence and sense of messages from pg_stop_backup().
    Simon Riggs authored
    Now doesn't report it is waiting until it actually is waiting,
    plus message doesn't appear until at least 5 seconds wait, so
    we avoid reporting the wait before we've given the archiver
    a reasonable time to wake up and archive the file we just
    created earlier in the function.
    Also add new unconditional message to confirm safe completion.
    Now a normal, healthy execution does not report waiting at
    all, just safe completion.