Re: [BUGS] WIN32 Non Blocking

From: haering_python(at)gmx(dot)de
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: [BUGS] WIN32 Non Blocking
Date: 2001-07-22 00:13:35
Message-ID: 3233.995760815@www32.gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian wrote:
>
> OK, there appears to be heavy demand for this patch so I am applying it
> right away. I also made the win32.h change you suggested. This fixes
> the _snprintf undefined error reported a few hours ago. Not sure why
> the elog() problem is appearing.

I guess you mean why it doesn't succesfully link on win32? The offending
elog call is made in src/backend/lib/dllist.c I have commented the two calls out
and it linked fine on win32. These should probably be replaced by something
else.

Gerhard

--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net

GMX Tipp:

Machen Sie Ihr Hobby zu Geld bei unserem Partner 1&1!
http://profiseller.de/info/index.php3?ac=OM.PS.PS003K00596T0409a

Browse pgsql-patches by date

  From Date Subject
Next Message Anders Bengtsson 2001-07-22 12:17:32 Merging JDBC1 and JDBC2 similarities
Previous Message Philip Warner 2001-07-22 00:10:45 Re: New EXPLAIN ANALYZE statement