Walsender doesn't process options passed in the startup packet - Mailing list pgsql-hackers

From Fujii Masao
Subject Walsender doesn't process options passed in the startup packet
Date
Msg-id AANLkTikd_1UyOaie9q3fyVcmqz1oQg7qKEWJRPwDXcXk@mail.gmail.com
Whole thread Raw
Responses Re: Walsender doesn't process options passed in the startup packet  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Hi,

I found walsender didn't process options (e.g., application_name
in primary_conninfo) passed in the startup packet. The cause is
that walsender doesn't execute process_postgres_switches() and
SetConfigOption() in InitPostgres().

The attached patch fixes this bug.

Regards,

--
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center

Attachment

pgsql-hackers by date:

Previous
From: Michael Meskes
Date:
Subject: Re: ECPG fix for mixed case cursor names
Next
From: Heikki Linnakangas
Date:
Subject: Re: Walsender doesn't process options passed in the startup packet