long long int and printf format for int8.c

From: Andreas Zeugswetter <andreas(dot)zeugswetter(at)telecom(dot)at>
To: "'hackers(at)postgresql(dot)org'" <hackers(at)postgresql(dot)org>
Subject: long long int and printf format for int8.c
Date: 1998-08-28 10:27:59
Message-ID: 01BDD280.16943360@zeugswettera.user.lan.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

My AIX box only accepts %lld as the long long int printf format.

If this format also works on other platforms, I think it would be nice to use this instead of %Ld
What is the standard ?

Andreas

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Massimo Dal Zotto 1998-08-28 11:13:39 minor patch
Previous Message Andreas Zeugswetter 1998-08-28 09:07:12 AW: AW: TODO (was: Re: [HACKERS] Problem with parser)