aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-10-12 10:51:11 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2022-10-12 10:51:25 -0400
commit42d203ccfa8741ca8086e33f98aaa6c169063ef7 (patch)
tree7c748515a568da423d0fb2e6ea8fc90592e604ff /contrib/postgres_fdw/postgres_fdw.c
parente7b4ff327c4d5cc8ff3eaebff9c79c28232cabdd (diff)
downloadpostgresql-42d203ccfa8741ca8086e33f98aaa6c169063ef7.tar.gz
postgresql-42d203ccfa8741ca8086e33f98aaa6c169063ef7.zip
Doc: improve recommended systemd unit file.
Add After=network-online.target Wants=network-online.target to the suggested unit file for starting a Postgres server. This delays startup until the network interfaces have been configured; without that, any attempt to bind to a specific IP address will fail. If listen_addresses is set to "localhost" or "*", it might be possible to get away with the less restrictive "network.target", but I don't think we need to get into such detail here. Per suggestion from Pablo Federico. Discussion: https://postgr.es/m/166552157407.591805.10036014441784710940@wrigleys.postgresql.org
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions