]> granicus.if.org Git - postgresql/commitdiff
postgresql.conf.sample: Improve whitespace
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 30 May 2013 02:00:13 +0000 (22:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 30 May 2013 02:00:13 +0000 (22:00 -0400)
src/backend/utils/misc/postgresql.conf.sample

index 307b456f0350b0dde25754dd0a2bfe9cdc8d79bc..0303ac78c5fdb173232ebe2c85ca3039547c20b8 100644 (file)
 #exit_on_error = off                   # terminate session on any error?
 #restart_after_crash = on              # reinitialize after backend crash?
 
+
 #------------------------------------------------------------------------------
 # CONFIG FILE INCLUDES
 #------------------------------------------------------------------------------
 
 # These options allow settings to be loaded from files other than the
-# default postgresql.conf
+# default postgresql.conf.
 
 #include_dir = 'conf.d'                        # include files ending in '.conf' from
                                        # directory 'conf.d'
 #include_if_exists = 'exists.conf'     # include file only if it exists
 #include = 'special.conf'              # include file
 
+
 #------------------------------------------------------------------------------
 # CUSTOMIZED OPTIONS
 #------------------------------------------------------------------------------