Re: Listen / Notify - what to do when the queue is full

From: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
To: Merlin Moncure <mmoncure(at)gmail(dot)com>
Cc: Joachim Wieland <joe(at)mcknight(dot)de>, Robert Haas <robertmhaas(at)gmail(dot)com>, Jeff Davis <pgsql(at)j-davis(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Listen / Notify - what to do when the queue is full
Date: 2010-01-08 18:24:09
Message-ID: 4B477849.8060404@kaltenbrunner.cc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Merlin Moncure wrote:
> On Fri, Jan 8, 2010 at 7:48 AM, Joachim Wieland <joe(at)mcknight(dot)de> wrote:
>> - do we need to limit the payload to pure ASCII ? I think yes, we need
>> to. I also think we need to reject other payloads with elog(ERROR...).
>
> Just noticed this...don't you mean UTF8? Are we going to force non
> English speaking users to send all payloads in English?

hmm ASCII only sounds weird though doing UTF8 would have obvious
conversion problems in some circumstances - what about bytea (or why
_do_ we have to limit this to something?).

Stefan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2010-01-08 18:24:45 Re: Listen / Notify - what to do when the queue is full
Previous Message Merlin Moncure 2010-01-08 18:19:31 Re: Listen / Notify - what to do when the queue is full