trace_recovery_messages
Fujii Masao <masao.fujii@gmail.com>
From: Fujii Masao <masao.fujii@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-08-10T14:28:04Z
Lists: pgsql-hackers
Attachments
- trace_recovery_messages_v1.patch (application/octet-stream) patch v1
Hi, The explanation of trace_recovery_messages in the document is inconsistent with the definition of it in guc.c. In the document, * trace_recovery_messages is categorized into DEVELOPER_OPTIONS * The default is WARNING * Parameter should be set in the postgresql.conf only But, in guc.c * trace_recovery_messages is categorized into LOGGING_WHEN * The default is DEBUG1 * The context is PGC_SUSET ISTM the right is * Categorized into DEVELOPER_OPTIONS * The default is DEBUG1 * The context is PGC_SIGHUP We should apply the attached patch which changes the document and guc.c as above? Regards, -- Fujii Masao NIPPON TELEGRAPH AND TELEPHONE CORPORATION NTT Open Source Software Center