Re: [HACKERS] int8 beta5 broken?
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: ohp@pyrenet.fr
Cc: pgsql-hackers@postgresql.org, pgsql-bugs@postgresql.org, Larry Rosenman <ler@lerctr.org>
Date: 2001-02-28T16:53:55Z
Lists: pgsql-bugs, pgsql-hackers
Olivier PRENANT <ohp@pyrenet.fr> writes: > Testing beta5 on unixware7 gives an error on int8 test while beta4 (I've > just retested it) works ok. That's odd. int8.c hasn't changed since beta3 (except in the float-to-int8 routine, which isn't involved here). Is there any difference in the src/include/config.h file generated by the two versions? regards, tom lane