Re: bug in SignalSomeChildren

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-12-22T03:14:27Z
Lists: pgsql-hackers
Fujii Masao <masao.fujii@gmail.com> writes:
> How about doing target != ALL test at the head for the most common case
> (target == ALL)?

That's an idea, but the test you propose implements it incorrectly.

			regards, tom lane