Re: [HACKERS] port/getrusage.c?

From: Hal Snyder <hal(at)vailsys(dot)com>
To: maillist(at)candle(dot)pha(dot)pa(dot)us
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] port/getrusage.c?
Date: 1998-03-12 06:18:13
Message-ID: 199803120618.AAA01193@crocodile.vail
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
> Date: Thu, 12 Mar 1998 00:15:51 -0500 (EST)

> > src/include/access/heapam.h - heap_getattr is the one that blows the
> > mind of SCO ODT5 /bin/cc as well as their Skunkware gcc-2.7.2.1. Pure
> > GNU 2.8.1 was all I could get to handle it.
>
> What define can I use to check for SCO open-deathtrap cc?

Good question. I don't see one, but the config stuff is not familiar
ground. There is reference to "sco" on line 85 of

src/include/utils/memutils.h - "#if ! defined(sco)"

but I think nothing sets this any more. (Actually this is another
thing on the list of SCO breakage in 6.3). I'd add something to the
template for sco.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message 박귀태 1998-03-12 06:30:44
Previous Message David Gould 1998-03-12 06:00:45 Re: [HACKERS] Re: [QUESTIONS] Does Storage Manager support >2GB tables?