Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 97a11fd

Browse files
committed
postgresql.conf.sample: Improve whitespace
1 parent 9af4159 commit 97a11fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,18 +570,20 @@
570570
#exit_on_error = off # terminate session on any error?
571571
#restart_after_crash = on # reinitialize after backend crash?
572572

573+
573574
#------------------------------------------------------------------------------
574575
# CONFIG FILE INCLUDES
575576
#------------------------------------------------------------------------------
576577

577578
# These options allow settings to be loaded from files other than the
578-
# default postgresql.conf
579+
# default postgresql.conf.
579580

580581
#include_dir = 'conf.d' # include files ending in '.conf' from
581582
# directory 'conf.d'
582583
#include_if_exists = 'exists.conf' # include file only if it exists
583584
#include = 'special.conf' # include file
584585

586+
585587
#------------------------------------------------------------------------------
586588
# CUSTOMIZED OPTIONS
587589
#------------------------------------------------------------------------------

0 commit comments

Comments
 (0)