From: Marcin Krol Date: Sat, 13 Dec 2025 17:44:28 +0000 (+0100) Subject: - fix log file name X-Git-Url: https://git.tld-linux.org/?a=commitdiff_plain;h=f020c70fa5f85e9b929c39731dffd6c6af9dd2f5;p=packages%2Fpostgresql.git - fix log file name --- diff --git a/postgresql-conf.patch b/postgresql-conf.patch index 57598ca..ced4132 100644 --- a/postgresql-conf.patch +++ b/postgresql-conf.patch @@ -25,7 +25,7 @@ -#log_filename = 'postgresql-%Y-%m-%d_%H%M%S.log' # log file name pattern, - # can include strftime() escapes -#log_file_mode = 0600 # creation mode for log files, -+log_filename = 'postgresql-16.log' # log file name pattern, ++log_filename = 'postgresql-17.log' # log file name pattern, + # can include strftime() escapes +log_file_mode = 0640 # creation mode for log files, # begin with 0 to use octal notation