| From: | Stephen Frost <sfrost(at)snowman(dot)net> |
|---|---|
| To: | Andres Freund <andres(at)2ndquadrant(dot)com> |
| Cc: | Stephen Frost <sfrost(at)snowman(dot)net>, Heikki Linnakangas <hlinnakangas(at)vmware(dot)com>, Vesa-Matti J Kari <vmkari(at)cc(dot)helsinki(dot)fi>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Strange hanging bug in a simple milter |
| Date: | 2013-09-13 17:15:34 |
| Message-ID: | CAOuzzgqoU5p=zFhoQp6fVDVjaSz9x14XWmzSpbAY2sn4=8M61w@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Andres,
On Friday, September 13, 2013, Andres Freund wrote:
>
> It'd be interesting to replace the origin callbacks with one immediately
> doing an abort() or similar to see whether they maybe are called after
> they shouldn't be and from where.
>
Good thought. Got sucked into a meeting but once I'm out I'll try having
the lock/unlock routines abort if they're called while ssl_open_connections
is zero, which should not be happening, but seems like it is.
Thanks,
Stephen
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Marti Raudsepp | 2013-09-13 17:17:41 | Re: PostgreSQL 9.3 beta breaks some extensions "make install" |
| Previous Message | Andres Freund | 2013-09-13 17:00:49 | Re: Strange hanging bug in a simple milter |