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

From Fujii Masao
Subject Re: Walsender doesn't process options passed in the startup packet
Date
Msg-id AANLkTikCd0LwmGO9xaUctzqembV7AX6WN=GvkyHC1++s@mail.gmail.com
Whole thread Raw
In response to Re: Walsender doesn't process options passed in the startup packet  (Fujii Masao <masao.fujii@gmail.com>)
Responses Re: Walsender doesn't process options passed in the startup packet  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, Sep 10, 2010 at 9:56 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> BTW, this issue seems to derive from the following commit.
> http://archives.postgresql.org/pgsql-committers/2010-04/msg00175.php

> it was previously using an untenable assumption that template1 would
> always be available to connect to

The above commit message shows that the updated patch is untenable too
since it assumes the existence of the template1.

Is there way to access to pg_db_role_setting without connecting to the
specific database? If not, it's difficult for walsender to process the
per-user settings since it's tied to no database.

Regards,

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Report: removing the inconsistencies in our CVS->git conversion
Next
From: Tom Lane
Date:
Subject: Re: Walsender doesn't process options passed in the startup packet