aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeSubplan.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:40 -0400
commit75517026f33148b1ae783941f5e6d2239f512b47 (patch)
tree2e9ff16868526c38cc616d15accb0ca3cda27a25 /src/backend/executor/nodeSubplan.c
parent8f98352b5ed9f1c32ad9277a83d4adf5e1055a15 (diff)
downloadpostgresql-75517026f33148b1ae783941f5e6d2239f512b47.tar.gz
postgresql-75517026f33148b1ae783941f5e6d2239f512b47.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 'src/backend/executor/nodeSubplan.c')
0 files changed, 0 insertions, 0 deletions