]> granicus.if.org Git - postgresql/commit
Change default of log_directory to 'log'
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 27 Mar 2017 14:34:33 +0000 (10:34 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 27 Mar 2017 14:34:33 +0000 (10:34 -0400)
commit3371e4d9b12455fe1f8d1516d0bd915aab86be17
tree278f4fc47055897597c922eb0b796ca302ceb71a
parenta171f01501e11a2ef65d437ac2397a0050892d88
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>
doc/src/sgml/config.sgml
doc/src/sgml/file-fdw.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample
src/test/perl/PostgresNode.pm
src/test/perl/RecursiveCopy.pm