aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 509035ce3bf..44179f72f86 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -75,12 +75,14 @@
# - TCP Keepalives -
# see 'man 7 tcp' for details
-#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in secs; 0 uses the
- # system default
-#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds; 0 uses the
- # system default
-#tcp_keepalives_count = 0 # TCP_KEEPCNT, in seconds; 0 uses the
- # system default
+
+#tcp_keepalives_idle = 0 # TCP_KEEPIDLE, in seconds;
+ # 0 selects the system default
+#tcp_keepalives_interval = 0 # TCP_KEEPINTVL, in seconds;
+ # 0 selects the system default
+#tcp_keepalives_count = 0 # TCP_KEEPCNT;
+ # 0 selects the system default
+
#---------------------------------------------------------------------------
# RESOURCE USAGE (except WAL)