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

PostgreSQL.darwin

Blame
    • Tom Lane's avatar
      c8196c87
      Adjust postmaster to recognize that a lockfile containing its parent's PID · c8196c87
      Tom Lane authored
      must be stale.  Tweak example startup scripts to not use pg_ctl but launch
      the postmaster directly, thereby ensuring that only the postmaster's direct
      parent shell will be a postgres-owned process.  In combination these should
      fix the longstanding problem of the postmaster sometimes refusing to start
      during reboot because it thinks the old lockfile is not stale.
      c8196c87
      History
      Adjust postmaster to recognize that a lockfile containing its parent's PID
      Tom Lane authored
      must be stale.  Tweak example startup scripts to not use pg_ctl but launch
      the postmaster directly, thereby ensuring that only the postmaster's direct
      parent shell will be a postgres-owned process.  In combination these should
      fix the longstanding problem of the postmaster sometimes refusing to start
      during reboot because it thinks the old lockfile is not stale.