Re: NOTIFY does not work as expected
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andres Freund <andres@anarazel.de>
Cc: Andrey <parihaaraka@gmail.com>, Jeff Janes <jeff.janes@gmail.com>,
Pg Bugs <pgsql-bugs@postgresql.org>
Date: 2018-10-20T00:27:20Z
Lists: pgsql-bugs
Andres Freund <andres@anarazel.de> writes: > I find the +1, 0, -1 pretty confusing and less clear than what was there > before. If we do something like it, could we introduce an enum or macros > for it? Meh. Shall I just go back to the blocked/not blocked approach? There was a need for the 3-way argument at one point while I was fooling with it, but once I decided that it'd be a good idea to re-set the latch on the way out, there wasn't anymore. regards, tom lane
Commits
-
Client-side fixes for delayed NOTIFY receipt.
- ecc59e31a81e 10.6 landed
- d30d27a52818 11.1 landed
- ac3be116a798 9.5.15 landed
- 4247db62522f 12.0 landed
- 34aad21cbf03 9.6.11 landed
-
Server-side fix for delayed NOTIFY and SIGTERM processing.
- f4941666afc6 9.5.15 landed
- cbab94077e12 9.6.11 landed
- 7aaeb7b45ac7 11.1 landed
- 3bdef6d21131 10.6 landed
- 2ddb9149d14d 12.0 landed
-
Introduce and use infrastructure for interrupt processing during client reads.
- 4f85fde8eb86 9.5.0 cited