Re: Bug in byteaout code in all PostgreSQL versions

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Sergey N(dot) Yatskevich" <syatskevich(at)n21lab(dot)gosniias(dot)msk(dot)ru>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Bug in byteaout code in all PostgreSQL versions
Date: 2003-11-30 03:33:50
Message-ID: 200311300333.hAU3XoF07349@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-patches


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(at)n21lab(dot)gosniias(dot)msk(dot)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(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly

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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Bruce Momjian 2003-11-30 04:33:38 Re: [BUGS] (Modified) Patch request for PostgreSQL 7.4 for HP-UX IA-64
Previous Message Bruce Momjian 2003-11-30 03:26:35 Re: Build problems for PostgreSQL v7.4 on FreeBSD v4.1

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2003-11-30 03:35:59 Re: 7.4 shared memory error on 64-bit SPARC/Solaris 5.8
Previous Message Bruce Momjian 2003-11-30 03:03:24 Re: refactor CreateTupleDescCopy()