From 890a9992ce78b691e44359236d8b47e3c889581d Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 24 Jan 2012 10:40:47 -0500 Subject: [PATCH] Reduce tab outdent of "error handling" GUC comments in postgresql.conf, to match surrounding outdenting. --- src/backend/utils/misc/postgresql.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 315db466341..400c52bf9d7 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -555,8 +555,8 @@ # ERROR HANDLING #------------------------------------------------------------------------------ -#exit_on_error = off # terminate session on any error? -#restart_after_crash = on # reinitialize after backend crash? +#exit_on_error = off # terminate session on any error? +#restart_after_crash = on # reinitialize after backend crash? #------------------------------------------------------------------------------