Re: [PATCHES] [BUGS] BUG #1962: ECPG and VARCHAR

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Michael Paesold <mpaesold(at)gmx(dot)at>
Cc: Michael Fuhr <mike(at)fuhr(dot)org>, Charles Wegrzyn <lists(at)garbagedump(dot)com>, Michael Meskes <Michael(dot)Meskes(at)credativ(dot)de>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCHES] [BUGS] BUG #1962: ECPG and VARCHAR
Date: 2005-10-14 11:52:21
Message-ID: 200510141152.j9EBqMO01768@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers pgsql-patches

Michael Paesold wrote:
> [moved to hackers]
>
> Is this a regression in the stable branches? If so, shouldn't we do a new
> release rather immediately? What do others think about this situation?
>
> Can you remember regressions in stable branches in the past? How were those
> it handled? I think "waiting for months" (i.e. for the next major bug fixes)
> is not the correct answer here. IMHO, the latest released version should be
> known best in all components.

Yea, it is a regression, and yea, we hate when that happens. Let's see
how many people have a problem with it and we can review if we need a
minor release to fix it.

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

>
> Best Regards,
> Michael Paesold
>
>
> Bruce Momjian wrote:
> > Michael Fuhr wrote:
> >> On Thu, Oct 13, 2005 at 09:49:20AM -0600, Michael Fuhr wrote:
> >> > ecpg in 8.0.4 seems not to like the macros. I get the same error,
> >> > but not if I do this:
> >> >
> >> > VARCHAR t[256];
> >> > VARCHAR o[256];
> >> >
> >> > ecpg in 8.1beta3 works either way.
> >>
> >> This appears to be the guilty commit, which was made to 7.4, 8.0,
> >> and HEAD (8.1):
> >>
> >> http://archives.postgresql.org/pgsql-committers/2005-08/msg00266.php
> >>
> >> It was recently fixed in HEAD only:
> >>
> >> http://archives.postgresql.org/pgsql-committers/2005-10/msg00043.php
> >
> > Good catch! I have backpatched these fixes to the 8.0 and 7.4 branches
> > as you suggested, (identical) patches attached.
> >
> > The big problem is that we might not make releases on these branches for
> > months, so anyone needing the fix should download CVS for those
> > branches.
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>

--
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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message C Wegrzyn 2005-10-14 12:23:34 Re: [PATCHES] [BUGS] BUG #1962: ECPG and VARCHAR
Previous Message han.holl 2005-10-14 10:24:31 Postgres logs to syslog LOCAL0

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-10-14 11:57:12 Open items
Previous Message Bruce Momjian 2005-10-14 11:48:20 Re: [HACKERS] roundoff problem in time datatype

Browse pgsql-patches by date

  From Date Subject
Next Message C Wegrzyn 2005-10-14 12:23:34 Re: [PATCHES] [BUGS] BUG #1962: ECPG and VARCHAR
Previous Message Bruce Momjian 2005-10-14 11:48:20 Re: [HACKERS] roundoff problem in time datatype