Re: CVS compile on AIX 4.3.2

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Samuel A Horwitz <horwitz@argoscomp.com>
Cc: pgsql-hackers@postgresql.org
Date: 2003-07-15T16:49:11Z
Lists: pgsql-hackers
Samuel A Horwitz <horwitz@argoscomp.com> writes:
> I am getting the following error
> ../../../../src/include/libpq/pqcomm.h:60: `int64_t' undeclared here (not
> in a function)

There's a patch floating around the list to remove use of int64_t, which
is evidently not too portable.  I'll try to get it applied soon.

			regards, tom lane