pgsql: Add a log_file_mode GUC that allows control of the file

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a log_file_mode GUC that allows control of the file
Date: 2010-07-16 22:25:51
Message-ID: 20100716222551.6912D7541D5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a log_file_mode GUC that allows control of the file permissions set on
log files created by the syslogger process.

In passing, make unix_file_permissions display its value in octal, same
as log_file_mode now does.

Martin Pihlak

Modified Files:
--------------
pgsql/doc/src/sgml:
config.sgml (r1.295 -> r1.296)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.295&r2=1.296)
pgsql/src/backend/postmaster:
syslogger.c (r1.58 -> r1.59)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/syslogger.c?r1=1.58&r2=1.59)
pgsql/src/backend/utils/misc:
guc.c (r1.561 -> r1.562)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/guc.c?r1=1.561&r2=1.562)
postgresql.conf.sample (r1.290 -> r1.291)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/postgresql.conf.sample?r1=1.290&r2=1.291)
pgsql/src/include/postmaster:
syslogger.h (r1.16 -> r1.17)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/postmaster/syslogger.h?r1=1.16&r2=1.17)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2010-07-18 04:47:46 pgsql: Simplify missing tablespace replay error hint message, but only
Previous Message Simon Riggs 2010-07-16 15:39:46 Re: [COMMITTERS] pgsql: Ensure that top level aborts call XLogSetAsyncCommit().