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

miscadmin.h

  • Tom Lane's avatar
    52948169
    Code review for postmaster.pid contents changes. · 52948169
    Tom Lane authored
    Fix broken test for pre-existing postmaster, caused by wrong code for
    appending lines to the lockfile; don't write a failed listen_address
    setting into the lockfile; don't arbitrarily change the location of the
    data directory in the lockfile compared to previous releases; provide more
    consistent and useful definitions of the socket path and listen_address
    entries; avoid assuming that pg_ctl has the same DEFAULT_PGSOCKET_DIR as
    the postmaster; assorted code style improvements.
    52948169
    History
    Code review for postmaster.pid contents changes.
    Tom Lane authored
    Fix broken test for pre-existing postmaster, caused by wrong code for
    appending lines to the lockfile; don't write a failed listen_address
    setting into the lockfile; don't arbitrarily change the location of the
    data directory in the lockfile compared to previous releases; provide more
    consistent and useful definitions of the socket path and listen_address
    entries; avoid assuming that pg_ctl has the same DEFAULT_PGSOCKET_DIR as
    the postmaster; assorted code style improvements.