Re: [PORTS] [Mingw-users] How to build thread-safe postgresql 8.x on
Matt England <[email protected]> Mon, 06 Mar 2006 16:07:44 -0600
| Newsgroups | gmane.comp.db.postgresql.ports,gmane.comp.gnu.mingw.user |
|---|---|
| Message-ID | <[email protected]> |
At 3/6/2006 01:53 PM, Earnie Boyd wrote:
>My guess on this is that you've not installed pthreads library in the
>/mingw path.
Where do I get this? Is there a mingw pthreads library that comes separately?
For what it's worth, I built <http://sources.redhat.com/pthreads-win32/>
and put the corresponding headers in /mingw/include and the libs in /mingw/lib.
...and the postgresql 8.1.3 ./configure --enable-thread-safety now works,
and I'm now 5-10 minutes into the make process...and I have my fingers crossed.
-Matt
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match