8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a737be commit 55ca50dCopy full SHA for 55ca50d
src/backend/utils/misc/postgresql.conf.sample
@@ -149,7 +149,7 @@
149
# - Disk -
150
151
#temp_file_limit = -1 # limits per-process temp file space
152
- # in kB, or -1 for no limit
+ # in kilobytes, or -1 for no limit
153
154
# - Kernel Resources -
155
@@ -289,7 +289,7 @@
289
#max_wal_senders = 10 # max number of walsender processes
290
# (change requires restart)
291
#wal_keep_segments = 0 # in logfile segments; 0 disables
292
-#max_slot_wal_keep_size = -1 # measured in bytes; -1 disables
+#max_slot_wal_keep_size = -1 # in megabytes; -1 disables
293
#wal_sender_timeout = 60s # in milliseconds; 0 disables
294
295
#max_replication_slots = 10 # max number of replication slots
0 commit comments