Re: [HACKERS] enum types and binary queries - Mailing list pgsql-patches

From Merlin Moncure
Subject Re: [HACKERS] enum types and binary queries
Date
Msg-id b42b73150708311136w5af78f33r98b6275315ba8c2c@mail.gmail.com
Whole thread Raw
In response to Re: [HACKERS] enum types and binary queries  ("Merlin Moncure" <mmoncure@gmail.com>)
List pgsql-patches
On 8/31/07, Merlin Moncure <mmoncure@gmail.com> wrote:
> On 8/31/07, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> > Andrew Dunstan <andrew@dunslane.net> writes:
> > > Here's a patch (minus catalog bump) which I think does that.
> >
> > Looks sane in a very quick once-over, but I didn't test it.
>
> works fine (here was my test). thanks for quick resolution to this
> issue. strings returned in binary format is IMO ok.
>   if(t != PGRES_COMMAND_OK & t != PGRES_TUPLES_OK)

oops, this line was wrong. the enum is fine though.

merlin

pgsql-patches by date:

Previous
From: "Merlin Moncure"
Date:
Subject: Re: [HACKERS] enum types and binary queries
Next
From: Tom Lane
Date:
Subject: Re: HOT patch - version 14