pgsql: Change default of log_directory to 'log'

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Change default of log_directory to 'log'
Дата
Msg-id E1csVlg-0006ch-FN@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: pgsql: Pass DSA_ALLOC_HUGE when allocating a shared TIDBitmap.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Allow ON CONFLICT .. DO NOTHING on a partitioned table.