From: Bruce Momjian Date: Tue, 24 Jan 2012 15:40:47 +0000 (-0500) Subject: Reduce tab outdent of "error handling" GUC comments in postgresql.conf, X-Git-Tag: REL9_2_BETA1~555 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=890a9992ce78b691e44359236d8b47e3c889581d;p=postgresql Reduce tab outdent of "error handling" GUC comments in postgresql.conf, to match surrounding outdenting. --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 315db46634..400c52bf9d 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? #------------------------------------------------------------------------------