Thread

  1. Re: ecpg long int problem on alpha + fix

    Adriaan Joubert <a.joubert@albourne.com> — 2001-04-05T06:13:49Z

    Tom Lane wrote:
    > 
    > Adriaan Joubert <a.joubert@albourne.com> writes:
    > > Yes, dropping the CPP flags solves the problem for us. I assume all
    > > platforms have long long now?
    > 
    > Surely you jest.
    
    Yep, it was a rhetorical question. 
    
    I think we probably do need the CPP defines from my patch in there, so
    that it really doesn't work on platforms that do not have int8. But I do
    not know the ins-and-outs of the ecpg code, so that's Michael's call. As
    long as it works on my shiny alpha-boxes at the end of it all I'm happy
    ;-)
    
    Adriaan