Re: Bug in pg_hba.conf or pg_basebackup concerning replication connections - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Bug in pg_hba.conf or pg_basebackup concerning replication connections
Date
Msg-id 4DA0EA58.5050008@dunslane.net
Whole thread Raw
In response to Re: Bug in pg_hba.conf or pg_basebackup concerning replication connections  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers

On 04/09/2011 07:11 PM, Andrew Dunstan wrote:
>
>
>
> Incidentally, are walsenders supposed to be able to match any db name 
> other than 'replication'? If not, I think we have a bug in check_db(), 
> which is probably missing an "else return false;" in the amwalsender 
> branch.
>


Sorry, I misread the code. It will fall through. Sorry for the noise.

cheers

andrew


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: Bug in pg_hba.conf or pg_basebackup concerning replication connections
Next
From: Noah Misch
Date:
Subject: Re: pg_upgrade bug found!