Re: About dropped notifications

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: About dropped notifications
Date: 2005-08-29 23:39:09
Message-ID: 14948.1125358749@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Chris Browne <cbbrowne(at)acm(dot)org> writes:
> tgl(at)sss(dot)pgh(dot)pa(dot)us (Tom Lane) writes:
>> with the current implementation, a transaction will emit only
>> one notify per notify event name, even if NOTIFY is executed
>> many times within the transaction.

> An interesting question is whether or not the relevant tuple in
> pg_listener gets invalidated once, or whether doing 2500 attempted
> NOTIFY requests blows through 2500 copies.

Once. (Per transaction...)

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2005-08-29 23:59:53 Re: About "ERROR: must be *superuser* to COPY to or from a file"
Previous Message vishal saberwal 2005-08-29 23:25:15 Re: PQConnectdb SSL (sslmode): Is this a bug