Re: [HACKERS] Open portability issues
Thomas Lockhart <lockhart@alumni.caltech.edu>
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
To: Andreas Zeugswetter <andreas.zeugswetter@telecom.at>
Cc: "'Bruce Momjian'" <maillist@candle.pha.pa.us>, "'hackers@postgresql.org'" <hackers@postgreSQL.org>
Date: 1998-09-05T01:00:00Z
Lists: pgsql-hackers
> the long long int printf format in int8.h is %lld on AIX
This is on my list. %lld will work with gcc also, so since we don't have
very many reported successful ports for int8, we should just change it
for now.
- Tom