Updated VC++ patch

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: <pgsql-patches(at)postgresql(dot)org>
Subject: Updated VC++ patch
Date: 2006-04-26 22:07:39
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0F940@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Here's an updated version of the VC++ patch. Changes since last time:

* Moved _dosmaperr() to port (from backend/port), and use it in
dirent.c, per Qingqing. (so backend/port/win32/error.c should be deleted
now). Please double-check the configure.in change, because my autoconf
just won't cooperate on win32 :-(
This also adds a couple of #ifdef FRONTEND for the ereport calls.

* Change definition of NAN, per Tom.

* Change src/port/thread.c so it doesn't pull in pthread.h when building
the backend, since it doesn't use any thread-specific functions there
anyway.

Tom has already committed a fix for the other float8 problem.

//Magnus

Attachment Content-Type Size
vcbuild.patch application/octet-stream 66.3 KB
vcbuild_newfiles.tar.gz application/x-gzip 2.3 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2006-04-26 22:32:01 Re: [HACKERS] Enhanced containment selectivity function
Previous Message Bruce Momjian 2006-04-26 20:45:48 Re: [HACKERS] Enhanced containment selectivity function