~aglenyoung/+junk/postgres-9.3-dtrace

« back to all changes in this revision

Viewing changes to src/backend/utils/misc/postgresql.conf.sample

  • Committer: Package Import Robot
  • Author(s): Martin Pitt, Christoph Berg, Martin Pitt
  • Date: 2013-06-26 15:13:32 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20130626151332-p34yjpn0txbdsdzd
Tags: 9.3~beta2-1
[ Christoph Berg ]
* hurd-i386: Ignore testsuite failures so we have a working libpq5 (they
  don't implement semaphores so the server won't even start).
* Mark postgresql-9.3 as beta in the description, suggested by Joshua D.
  Drake.

[ Martin Pitt ]
* New upstream release 9.3 beta2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
570
570
#exit_on_error = off                    # terminate session on any error?
571
571
#restart_after_crash = on               # reinitialize after backend crash?
572
572
 
 
573
 
573
574
#------------------------------------------------------------------------------
574
575
# CONFIG FILE INCLUDES
575
576
#------------------------------------------------------------------------------
576
577
 
577
578
# These options allow settings to be loaded from files other than the
578
 
# default postgresql.conf
 
579
# default postgresql.conf.
579
580
 
580
581
#include_dir = 'conf.d'                 # include files ending in '.conf' from
581
582
                                        # directory 'conf.d'
582
583
#include_if_exists = 'exists.conf'      # include file only if it exists
583
584
#include = 'special.conf'               # include file
584
585
 
 
586
 
585
587
#------------------------------------------------------------------------------
586
588
# CUSTOMIZED OPTIONS
587
589
#------------------------------------------------------------------------------