ecpg long int problem on alpha + fix

From: Adriaan Joubert <a(dot)joubert(at)albourne(dot)com>
To: Postgresql <pgsql-hackers(at)postgreSQL(dot)org>
Subject: ecpg long int problem on alpha + fix
Date: 2001-04-03 15:32:25
Message-ID: 3AC9ED09.CC11D3BC@albourne.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

we had a problem on Alpha that in interfaces/ecpg/lib/typename.c we
have
HAVE_LONG_INT_64 defined, but not HAVE_LONG_LONG_INT_64. Consequently no
code is included for long ints and typename calls *abort*. I put in a
few lines that check for HAVE_LONG_INT_64 and seem to generate the right
code. I've got a new version of typename.c attached. It would be good if
Michael could review and get this into 7.1.

Cheers,

Adriaan

Attachment Content-Type Size
typename.c text/x-csrc 2.0 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dominic J. Eidson 2001-04-03 15:56:30 Re: Final call for platform testing
Previous Message Thomas Lockhart 2001-04-03 15:31:25 Final call for platform testing