Re: [HACKERS] port/getrusage.c?

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hal(at)vailsys(dot)com (Hal Snyder)
Cc: hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] port/getrusage.c?
Date: 1998-03-12 13:40:43
Message-ID: 199803121340.IAA14950@candle.pha.pa.us
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.
>
>

Go to src/tools and run ccsym with the SCO compiler. Send me the
output. Should be something unique in there.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
+ If your life is a hard drive, | (610) 353-9879(w)
+ Christ can be your backup. | (610) 853-3000(h)

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-03-12 13:42:58 Re: [HACKERS] port/getrusage.c?]
Previous Message Bruce Momjian 1998-03-12 13:36:18 Re: [HACKERS] Re: [QUESTIONS] Does Storage Manager support >2GB tables?