Re: Installation on SGI IRIX 6.5.10 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Installation on SGI IRIX 6.5.10
Date
Msg-id 26694.989886223@sss.pgh.pa.us
Whole thread Raw
In response to Re: Installation on SGI IRIX 6.5.10  ("G. Anthony Reina" <reina@nsi.edu>)
List pgsql-hackers
"G. Anthony Reina" <reina@nsi.edu> writes:
> which is how it looks to be used in async.c. I simply added a specific
> type-cast:

> notifyName = (char *) strdup(relname);

That absolutely should NOT be necessary; there should be a proper
extern declaration of strdup visible.  Perhaps it should be added
to include/port/irix5.h (cf port/nextstep.h).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_index.indislossy
Next
From: Tom Lane
Date:
Subject: Re: pg_index.indislossy