Re: Source for CreatedSharedMemoryAndSemaphores

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martin Gainty <mgainty(at)hotmail(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Source for CreatedSharedMemoryAndSemaphores
Date: 2009-09-23 17:31:20
Message-ID: 4396.1253727080@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martin Gainty <mgainty(at)hotmail(dot)com> writes:
> for some reason after i compile backend and
> try to link postgres i'm missing ipci.o ?
> i'll append into ipci.o into OBJS and give it a go

I'd be really surprised if just that one file is missing; I think you
must have some bigger problem. Maybe you are running into command line
length limits?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2009-09-23 17:52:56 Re: multiple calls to dblink_connect from within pl/pgSQL function exhaust connection limit
Previous Message Martin Gainty 2009-09-23 17:23:21 Re: Source for CreatedSharedMemoryAndSemaphores