Re: Request for supported platforms

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

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alessio Bragadini <alessio@albourne.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Arrigo Triulzi <arrigo@albourne.com>, Adriaan Joubert <a.joubert@albourne.com>
Date: 2002-10-31T16:53:15Z
Lists: pgsql-hackers
Alessio Bragadini <alessio@albourne.com> writes:
>> Folks. start sending in those plaform reports, OS name and version
>> number please.

> DOESN'T WORK on Digital Unix/Tru64 4.0g, with both cc or gcc compiler.

Evidently main.c needs "#include <errno.h>" added.  Please add that and
see if you get any further.  There might be other files with the same
problem?

			regards, tom lane