Re: [HACKERS] authentication_timeout ineffective for replication connections

2015-04-01 Thread Bruce Momjian
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 n

[HACKERS] authentication_timeout ineffective for replication connections

2015-01-13 Thread Andres Freund
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/Backend