Re: [HACKERS] Open Items (was: RE: [HACKERS] Beta going well)

From: "Zeugswetter Andreas SB SD" <ZeugswetterA(at)spardat(dot)at>
To: <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>, <pgsql-patches(at)postgresql(dot)org>, "Tatsuo Ishii" <t-ishii(at)sra(dot)co(dot)jp>, <peter_e(at)gmx(dot)net>
Subject: Re: [HACKERS] Open Items (was: RE: [HACKERS] Beta going well)
Date: 2001-11-15 15:44:07
Message-ID: 46C15C39FEB2C44BA555E356FBCD6FA41EB413@m0114.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > > 3 out of 3 hunks FAILED -- saving rejects to file
src/include/c.h.rej
> >
> > My guess is that pgindent has modified c.h. Tatsuo, if you send me
the
> > patch, I will manually apply it to current CVS and send you a new
> > version of the patch for testing.
>
> OK, Tatsuo, here is an updated version for testing. It initdb and
> regression tests fine on my BSD/OS machine.

Bruce, you take me off the cc: and expect me to test (i am not on
patches).
Your Patch does not work here.

Please test the one I sent in previously. The problem with yours is,
that AIX (at least 4.3.3 and below) does not typedef the unsigned types.
But your patch assumes, that checking int64 is sufficient for uint64.

BEOS has both signed and unsigned, thus my patch should satisfy both.

Thanks
Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2001-11-15 15:53:07 Re: Call for testing
Previous Message Hannu Krosing 2001-11-15 14:54:44 Re: [DOCS] Use of 'now'

Browse pgsql-patches by date

  From Date Subject
Next Message Roland Roberts 2001-11-15 15:57:53 Re: [PATCHES] Interchange
Previous Message Kevin Jacobs 2001-11-15 14:56:42 Fix for PlPython trust problems