Re: Bug in byteaout code in all PostgreSQL versions - Mailing list pgsql-bugs

From Bruce Momjian
Subject Re: Bug in byteaout code in all PostgreSQL versions
Date
Msg-id 200311300333.hAU3XoF07349@candle.pha.pa.us
Whole thread Raw
In response to Bug in byteaout code in all PostgreSQL versions  ("Sergey N. Yatskevich" <syatskevich@n21lab.gosniias.msk.ru>)
List pgsql-bugs
Your patch has been added to the PostgreSQL unapplied patches list at:

    http://momjian.postgresql.org/cgi-bin/pgpatches

I will try to apply it within the next 48 hours.

---------------------------------------------------------------------------


Sergey N. Yatskevich wrote:
> Hello!
>
> bytea-test.cxx -- contains detailed description of the bug and test
> plan and code.
>
> varlena.c.diff -- patch for PostgreSQL 7.5devel
> src/backend/utils/adt/varlena.c#byteaout
> fe-exec.c.diff -- patch (optional) for PostgreSQL 7.5devel
> src/interface/libpq/fe-exec.c#PQescapeBytea
>
> test.data -- contains test data :-))
>
> --
> Sergey N. Yatskevich <syatskevich@n21lab.gosniias.msk.ru>
> GosNIIAS

[ Attachment, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Build problems for PostgreSQL v7.4 on FreeBSD v4.1
Next
From: Bruce Momjian
Date:
Subject: Re: PATCH: Uninitialized variable usage in contrib/pg_autovacuum