projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
065b429
)
Update postgresql.conf line for default superuser_reserved_connections.
author
Bruce Momjian
<bruce@momjian.us>
Sat, 2 Sep 2006 23:08:36 +0000
(23:08 +0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sat, 2 Sep 2006 23:08:36 +0000
(23:08 +0000)
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 fcb81d711882a8ad163eaa67abb547f7bef76588..8726f01cd6d5c375a1c31711ec1bb760e318439f 100644
(file)
--- a/
src/backend/utils/misc/postgresql.conf.sample
+++ b/
src/backend/utils/misc/postgresql.conf.sample
@@
-59,7
+59,7
@@
# Note: increasing max_connections costs ~400 bytes of shared memory per
# connection slot, plus lock space (see max_locks_per_transaction). You
# might also need to raise shared_buffers to support more connections.
-#superuser_reserved_connections =
2
# (change requires restart)
+#superuser_reserved_connections =
3
# (change requires restart)
#unix_socket_directory = '' # (change requires restart)
#unix_socket_group = '' # (change requires restart)
#unix_socket_permissions = 0777 # octal