Обсуждение: Source for CreatedSharedMemoryAndSemaphores

Поиск
Список
Период
Сортировка

Source for CreatedSharedMemoryAndSemaphores

От
Martin Gainty
Дата:
Hello All

experiencing a problem with build not finding function CreatedSharedMemoryAndSemaphores

any ideas to locate source and or build files for CreatedSharedMemoryAndSemaphores
would be appreciated

thanks!
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.





Bing brings you health info from trusted sources. Try it now!

Re: Source for CreatedSharedMemoryAndSemaphores

От
Tom Lane
Дата:
Martin Gainty <mgainty@hotmail.com> writes:
> experiencing a problem with build not finding function CreatedSharedMemoryAndSemaphores

Typo?  Should be CreateSharedMemoryAndSemaphores.

            regards, tom lane

Re: Source for CreatedSharedMemoryAndSemaphores

От
Martin Gainty
Дата:
yep its in
/backend/storage/ipci/ipci.c

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

Thanks Tom!
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.





> To: mgainty@hotmail.com
> CC: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Source for CreatedSharedMemoryAndSemaphores
> Date: Wed, 23 Sep 2009 12:33:37 -0400
> From: tgl@sss.pgh.pa.us
>
> Martin Gainty <mgainty@hotmail.com> writes:
> > experiencing a problem with build not finding function CreatedSharedMemoryAndSemaphores
>
> Typo? Should be CreateSharedMemoryAndSemaphores.
>
> regards, tom lane
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. Sign up now.

Re: Source for CreatedSharedMemoryAndSemaphores

От
Tom Lane
Дата:
Martin Gainty <mgainty@hotmail.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

Re: Source for CreatedSharedMemoryAndSemaphores

От
Martin Gainty
Дата:
hard dependency on the 1.4 IPC library

(remember the old days when you used to have load the 7 layer stack one at a time)
(un)fortunately im running thru cygwin and the cygipc 1.4 library is missing or at least i cant find it
whats more some of the cygwin binaries have the MZ (mark zibikowski) header which means they are
native windows binaries
been a while since ive compiled/linked binaries but if I can get the 1.4 cygipc source I should be able to
compile/link and get a functioning binary for IPC functions

thanks tom
Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
 
Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.





> To: mgainty@hotmail.com
> CC: pgsql-general@postgresql.org
> Subject: Re: [GENERAL] Source for CreatedSharedMemoryAndSemaphores
> Date: Wed, 23 Sep 2009 13:31:20 -0400
> From: tgl@sss.pgh.pa.us
>
> Martin Gainty <mgainty@hotmail.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
>
> --
> Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general


Bing brings you health info from trusted sources. Try it now!