Re: Listen / Notify rewrite - Mailing list pgsql-hackers

From Andrew Chernow
Subject Re: Listen / Notify rewrite
Date
Msg-id 4AFB8225.1020801@esilo.com
Whole thread Raw
In response to Re: Listen / Notify rewrite  (A.M. <agentm@themactionfaction.com>)
Responses Re: Listen / Notify rewrite
List pgsql-hackers
> 
> I thought of a compromise: add the number of times a notification was 
> generated (coalesced count+1) to the callback data. That would satisfy 
> any backwards compatibility concerns and my use case too!
> 

If you are suggesting that the server poke data into the notifier's opaque 
payload, I vote no.  Maybe the NOTIFY command can include a switch to enable 
this behavior.  No syntax suggestions at this point.

-- 
Andrew Chernow
eSilo, LLC
every bit counts
http://www.esilo.com/


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Listen / Notify rewrite
Next
From: Emmanuel Cecchet
Date:
Subject: Re: Patch committers