Re: Large queries - again...

Поиск
Список
Период
Сортировка
От Steve Howe
Тема Re: Large queries - again...
Дата
Msg-id 005601c11197$eabddd90$7e31b0c8@angla
обсуждение исходный текст
Ответ на Large queries - again...  ("Steve Howe" <howe@carcass.dhs.org>)
Ответы Re: Large queries - again...  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
> "Steve Howe" <howe@carcass.dhs.org> writes:
> >> (Thinks for awhile...)  You're not using PQsetnonblocking() are you,
> >> by any chance?
>
> > No, I'm not.
>
> Drat, another perfectly good theory down the drain :-(.
>
> Well, we're not going to find out anymore until we discover what the
> error code actually is --- the "errno=0" bogosity isn't helping.
> As Bruce mentioned, we did just commit a patch that #defines errno
> as WSAGetLastError() on WIN32, so that you can get at least something
> useful about socket errors.  I'd suggest pulling the current CVS sources
> (or a nightly snapshot tarball dated after today) and building libpq
> from that.  Then maybe we can learn more.
Unhappyly, there are unresolved externals and it won't build...
I'll try to fix it.
The log follows right below...

Best regards,
Steve Howe

----------------------------------------------------------------------------
----------
Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
       cd include       if not exist config.h copy config.h.win32 config.h       cd ..       cd interfaces\libpq
nmake/f win32.mak
 

Microsoft (R) Program Maintenance Utility   Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
       link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\nma01588.  Creating library .\Release\libpqdll.lib and object
.\Release\libpqdll.exp
libpq.lib(fe-exec.obj) : error LNK2001: unresolved external symbol _snprintf
libpq.lib(fe-misc.obj) : error LNK2001: unresolved external symbol _snprintf
libpq.lib(fe-auth.obj) : error LNK2001: unresolved external symbol _snprintf
libpq.lib(dllist.obj) : error LNK2001: unresolved external symbol _elog
.\Release\libpq.dll : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link.exe' : return code '0x460'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual
Studio\VC98\bin\NMAKE.EXE"' : return
code '0x2'
Stop.





В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sean Chittenden
Дата:
Сообщение: IDEA: Multi-master replication possible through spread (or even master-slave)...
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Large queries - again...