Change default of log_directory to 'log'
Peter Eisentraut <peter_e@gmx.net>
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>
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/config.sgml | modified | +3 −3 |
| doc/src/sgml/file-fdw.sgml | modified | +1 −1 |
| src/backend/utils/misc/guc.c | modified | +1 −1 |
| src/backend/utils/misc/postgresql.conf.sample | modified | +1 −1 |
| src/test/perl/PostgresNode.pm | modified | +1 −1 |
| src/test/perl/RecursiveCopy.pm | modified | +2 −2 |