Re: Listen / Notify - what to do when the queue is full - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Listen / Notify - what to do when the queue is full
Date
Msg-id 4B720448.30701@dunslane.net
Whole thread Raw
In response to Re: Listen / Notify - what to do when the queue is full  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Listen / Notify - what to do when the queue is full
List pgsql-hackers

Jeff Davis wrote:
> Also, the query starts out as text, so we need a way to interpret the
> text in an encoding-independent way.
>
> So, I think ASCII is the natural choice here.
>
>
>   

It's not worth hanging up this facility over this issue, ISTM. If we 
want something more that ASCII then a base64 or hex encoded string could 
possibly meet the need in the first instance.

cheers

andrew


pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: Some belated patch review for "Buffers" explain analyze patch
Next
From: Fujii Masao
Date:
Subject: Re: TCP keepalive support for libpq