projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
594df37
)
Improve comment in postgresql.conf.sample.
author
Thomas Munro
Fri, 5 Jul 2019 08:59:29 +0000
(20:59 +1200)
committer
Thomas Munro
Fri, 5 Jul 2019 09:03:51 +0000
(21:03 +1200)
The Unix manual section that "man tcp" appears in varies, so let's
just leave it out of the command to run.
src/backend/utils/misc/postgresql.conf.sample
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/postgresql.conf.sample
b/src/backend/utils/misc/postgresql.conf.sample
index 5ee5e09ddf69e5860f54c922c7b931e02617ec31..cfad86c02a070264dde3dc54634c90c1f021ccd9 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-74,7
+74,7
@@
# (change requires restart)
# - TCP settings -
-# see "man
7
tcp" for details
+# see "man tcp" for details
#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds;
# 0 selects the system default