Re: authentication_timeout ineffective for replication connections - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: authentication_timeout ineffective for replication connections
Date
Msg-id 20150402031844.GE29404@momjian.us
Whole thread Raw
In response to authentication_timeout ineffective for replication connections  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Tue, Jan 13, 2015 at 03:29:04PM +0100, Andres Freund wrote:
> Hi,
> 
> I just noticed that authentication_timeout is ineffective for
> replication=true type connections. That's because walsender doesn't
> register a SIGINT handler and authentication_timeout relies on having
> one.
> 
> There's no problem with reading the initial startup packet
> (ProcessStartupPacket/BackendInitialize) because we use a separate
> handler there. But once that's done, before finishing authentication,
> WalSndSignals() will have set SIGINT's handler to SIG_IGN.
> 
> Demo python program attached. You'll only see the problem if the
> authentication method requires a password/addititional packets.
> 
> I think we could fix this by simply mapping SIGINT to die() instead
> SIG_IGN.

What is the status on this?

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: Relation extension scalability
Next
From: Stephen Frost
Date:
Subject: Re: Additional role attributes && superuser review