diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-01-24 10:40:47 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-01-24 10:41:00 -0500 |
commit | 890a9992ce78b691e44359236d8b47e3c889581d (patch) | |
tree | 3416a621d16b1aab47f3826fdad63dd17f596fae /src | |
parent | 49562f5eb66f31940dd7b64555bbd81bae952387 (diff) | |
download | postgresql-890a9992ce78b691e44359236d8b47e3c889581d.tar.gz postgresql-890a9992ce78b691e44359236d8b47e3c889581d.zip |
Reduce tab outdent of "error handling" GUC comments in postgresql.conf,
to match surrounding outdenting.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 4 |
1 files 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? #------------------------------------------------------------------------------ |