| From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | shm_mq bug |
| Date: | 2014-07-24 12:27:31 |
| Message-ID: | CA+TgmoZ0xNRvWiSDc_kW-OZ71uK6puO0Q_F1hvHh7zYCRVE2Hw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
In testing some new code I'm working on that uses shm_mq to do Cool
Stuff (TM), I discovered that my code was mysteriously failing
assertions when I hit ^C in the middle of the test. This led me on a
lengthy, mostly-misguided hunt for the culprit. I eventually
discovered that the problem wasn't in my new code at all, but was
rather an oversight in the shm_mq stuff I previously committed. So, I
intend to commit and back-patch the attached fix shortly.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
| Attachment | Content-Type | Size |
|---|---|---|
| shm-mq-deinit.patch | text/x-patch | 1.5 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2014-07-24 12:29:45 | Remove comment about manually flipping attnotnull |
| Previous Message | Robert Haas | 2014-07-24 12:18:50 | Re: Some bogus results from prairiedog |