trace_recovery_messages - Mailing list pgsql-hackers

From Fujii Masao
Subject trace_recovery_messages
Date
Msg-id AANLkTimwTpv4TZuK34fViVyDdJf=tSF8L8N_ZxsY_YBQ@mail.gmail.com
Whole thread Raw
Responses Re: trace_recovery_messages
Re: trace_recovery_messages
Re: trace_recovery_messages
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: host name support in pg_hba.conf
Next
From: Heikki Linnakangas
Date:
Subject: Re: MERGE Specification