Re: byteain bug(?) - Mailing list pgsql-hackers

From Joe Conway
Subject Re: byteain bug(?)
Date
Msg-id 022401c13754$d4065590$0705a8c0@jecw2k1
Whole thread Raw
In response to Re: byteain bug(?)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: byteain bug(?)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
>
> Should be fixed.  I noticed this myself.  Should we require three digits?
>
>
> > I just noticed some unexpected behavior from byteain:
> >
> >
> > test=# select '\\009'::bytea;
> >  ?column?
> > ----------
> >  \011
> > (1 row)

<snip>

> >
> > It checks for a '\' followed by three digits, but does not attempt to
> > enforce that the three digits actually produce a valid octal number.
Anyone
> > object to me fixing this?
> >

Based on the thread this morning on patches, I was thinking we should allow
'\\', '\0', or '\###' where ### is any valid octal. At least that's what I
was going to have decode(bytea, 'escape') handle.

-- Joe




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: byteain bug(?)
Next
From: Bruce Momjian
Date:
Subject: Re: byteain bug(?)