Re: Installation on SGI IRIX 6.5.10

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
Cc: "pgsql-hackers(at)postgreSQL(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Installation on SGI IRIX 6.5.10
Date: 2001-05-15 00:23:43
Message-ID: 26694.989886223@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"G. Anthony Reina" <reina(at)nsi(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-05-15 00:24:20 Re: pg_index.indislossy
Previous Message G. Anthony Reina 2001-05-15 00:21:29 Re: Installation on SGI IRIX 6.5.10