summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/postgresql-server/files/postgresql.conf-8.1')
-rw-r--r--dev-db/postgresql-server/files/postgresql.conf-8.16
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-db/postgresql-server/files/postgresql.conf-8.1 b/dev-db/postgresql-server/files/postgresql.conf-8.1
index e4b1c55..a8fb854 100644
--- a/dev-db/postgresql-server/files/postgresql.conf-8.1
+++ b/dev-db/postgresql-server/files/postgresql.conf-8.1
@@ -26,14 +26,14 @@ PGGROUP="postgres"
# Tell the server to forcefully disconnect all clients.
# Terminating a client results in a rollback of the open transactions for this client.
# Use WAIT_FOR_CLEANUP to determine how much time the server has
-# for cleanup. (Set it to "forever" if you want to wait forever.)
+# for cleanup.
# 3. SIGQUIT
# This will terminate the server immediately and results in a recovery run for the next start.
-# Wait for clients to disconnect (seconds or "forever")
+# Wait for clients to disconnect
WAIT_FOR_DISCONNECT=30
-# Time the server has to clean up (seconds or "forever")
+# Time the server has to clean up
WAIT_FOR_CLEANUP=60
# Time the server has to quit (with a recover-run on next startup)