Re: Listen / Notify - what to do when the queue is full
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Chernow <ac@esilo.com>
Cc: Josh Berkus <josh@agliodbs.com>, pgsql-hackers@postgresql.org
Date: 2009-11-19T04:12:33Z
Lists: pgsql-hackers
Andrew Chernow <ac@esilo.com> writes: > Personally, I would just wait until room became available or the transaction was > canceled. Works for me, as long as there's a CHECK_FOR_INTERRUPTS in there to allow a cancel to happen. The current patch seems to have a lot of pointless logging and no CHECK_FOR_INTERRUPTS ;-) regards, tom lane