pgsql: Change default of log_directory to 'log'

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change default of log_directory to 'log'
Date: 2017-03-27 14:37:12
Message-ID: E1csVlg-0006ch-FN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)proxel(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-03-27 14:39:59 pgsql: Allow ON CONFLICT .. DO NOTHING on a partitioned table.
Previous Message Robert Haas 2017-03-27 13:48:52 Re: [COMMITTERS] pgsql: Improve access to parallel query from procedural languages.