Re: [HACKERS] SSL connections don't cope with server crash very well at all

2008-01-28 Thread Magnus Hagander
On Sun, Jan 27, 2008 at 08:09:10PM -0500, Tom Lane wrote: If you do a manual kill -9 (for testing purposes) on its connected server process, psql normally recovers nicely: regression=# select 1; ?column? -- 1 (1 row) -- issue kill here in another window regression=#

[HACKERS] SSL connections don't cope with server crash very well at all

2008-01-27 Thread Tom Lane
If you do a manual kill -9 (for testing purposes) on its connected server process, psql normally recovers nicely: regression=# select 1; ?column? -- 1 (1 row) -- issue kill here in another window regression=# select 1; server closed the connection unexpectedly This