pgsql: Change default of log_directory to 'log' - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Change default of log_directory to 'log'
Date
Msg-id E1csVlg-0006ch-FN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Change default of log_directory to 'log'

The previous default 'pg_log' might have indicated by its "pg_" prefix
that it is an internal system directory.  The new default is more in
line with the typical naming of directories with user-facing log files.
Together with the renaming of pg_clog and pg_xlog, this should clear up
that difference.

Author: Andreas Karlsson <andreas@proxel.se>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3371e4d9b12455fe1f8d1516d0bd915aab86be17

Modified Files
--------------
doc/src/sgml/config.sgml                      | 6 +++---
doc/src/sgml/file-fdw.sgml                    | 2 +-
src/backend/utils/misc/guc.c                  | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/test/perl/PostgresNode.pm                 | 2 +-
src/test/perl/RecursiveCopy.pm                | 4 ++--
6 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Next
From: Robert Haas
Date:
Subject: pgsql: Allow ON CONFLICT .. DO NOTHING on a partitioned table.