> > Can you determine the appropriate character(s) in a printf()
> > specification for int8 on your version of Solaris? We are currently
> > using the HAVE_LONG_INT_64 and HAVE_LONG_LONG_INT_64
<snip>
> This seems to indicate that HAVE_LONG_LONG_INT_64 should be defined...
Yes, it seems that it should be. Please send your src/config.log so we
can see what it determined. You might also check that the libc used for
your little test is the same libc used for Postgres linking, just in
case you are getting a different printf.
- Tom