1. 15 10月, 2005 3 次提交
    • T
      Fix syslog bug: if any messages are emitted to write_syslog before · abd3f43b
      Tom Lane 提交于
      the facility has been set, the facility gets set to LOCAL0 and cannot
      be changed later.  This seems reasonably plausible to happen, particularly
      at higher debug log levels, though I am not certain it explains Han Holl's
      recent report.  Easiest fix is to teach the code how to change the value
      on-the-fly, which is nicer anyway.  I made the settings PGC_SIGHUP to
      conform with log_destination.
      abd3f43b
    • A
      · f620098d
      Andrew Dunstan 提交于
      fix nonsensical summary row on example
      f620098d
    • T
      Pass a strdup'd ident string to openlog(), to ensure that reallocation · 4aa0d70f
      Tom Lane 提交于
      of GUC memory doesn't cause us to start emitting a bogus ident string.
      Per report from Han Holl.  Also some trivial code cleanup in write_syslog.
      4aa0d70f
  2. 14 10月, 2005 21 次提交
  3. 13 10月, 2005 15 次提交
  4. 12 10月, 2005 1 次提交