RE: [HACKERS] Open 6.4 items

From: "Taral" <taral(at)mail(dot)utexas(dot)edu>
To: "Bruce Momjian" <maillist(at)candle(dot)pha(dot)pa(dot)us>, "Tom Ivar Helbekkmo" <tih(at)nhh(dot)no>
Cc: <hackers(at)postgreSQL(dot)org>
Subject: RE: [HACKERS] Open 6.4 items
Date: 1998-10-12 02:16:17
Message-ID: 000401bdf586$4bb02620$3b291f0a@taral
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> Applied
>
> > I wrote:
> >
> > > As far as I can tell, the only actual error in Paul Vixie's code is
> > > that the two lines you quote above should be:
> > >
> > > else if (--size > 0)
> > > *++dst = 0, dirty = 0;

[snip]

> > < else if (size-- > 0)
> > ---
> > > else if (--size > 0)

Didn't we agree this WASN'T the fix for the problem? Something about return
values? I seem to remember that this piece of code needed to be rewritten...

Taral

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-12 02:41:14 Re: [PATCHES] PostgreSQL 6.4 patches - portability related.
Previous Message Bruce Momjian 1998-10-12 02:06:20 Re: [HACKERS] Bug and Patch for dump/restore of varchars