-
- Downloads
Replace log_filename_prefix with more general log_filename parameter,
to allow DBA to choose the form in which log filenames reflect the current time. Also allow for truncating instead of appending to pre-existing files --- this is convenient when the log filename pattern rewrites the same names cyclically. Per Ed L.
Showing
- doc/src/sgml/runtime.sgml 33 additions, 6 deletionsdoc/src/sgml/runtime.sgml
- src/backend/postmaster/syslogger.c 106 additions, 51 deletionssrc/backend/postmaster/syslogger.c
- src/backend/utils/misc/guc.c 14 additions, 6 deletionssrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 10 additions, 2 deletionssrc/backend/utils/misc/postgresql.conf.sample
- src/include/postmaster/syslogger.h 3 additions, 2 deletionssrc/include/postmaster/syslogger.h
Loading
Please register or sign in to comment