summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2007-06-30 19:12:02 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2007-06-30 19:12:02 +0000
commit9fc25c0511b2d45f2a4eb16e8a03911eac89fb61 (patch)
tree80680edb38b910e263025ff1987bd1bf5460d817 /src/backend/utils/misc/postgresql.conf.sample
parent2910ccefb454759a9f598996a4be9505b388e824 (diff)
downloadpostgresql-9fc25c0511b2d45f2a4eb16e8a03911eac89fb61.tar.gz
Improve logging of checkpoints. Patch by Greg Smith, worked over
by Heikki and a little bit by me.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 4c56c79713..9729eb2ce7 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -317,9 +317,11 @@
#debug_print_rewritten = off
#debug_print_plan = off
#debug_pretty_print = off
+#log_checkpoints = off
#log_connections = off
#log_disconnections = off
#log_duration = off
+#log_hostname = off
#log_line_prefix = '' # Special values:
# %u = user name
# %d = database name
@@ -337,11 +339,10 @@
# processes
# %% = '%'
# e.g. '<%u%%%d> '
+#log_lock_waits = off # Log lock waits >= deadlock_timeout
#log_statement = 'none' # none, ddl, mod, all
-#log_hostname = off
-#log_lock_waits = off # Log lock waits longer than deadlock_timeout
#log_temp_files = -1 # Log temporary files equal or larger
- # than the specified number of kilobytes.
+ # than specified number of kilobytes.
# -1 disables; 0 logs all temp files
#---------------------------------------------------------------------------