> Hi, > I noticed that when I install via the msi setup there is a > extra DLL in the bin directory called pthreadGC2.dll. (Posix > thread library for windows) > > This dll is not in the > postgresql-8.1.2-1-binaries-no-installer.zip file. > > Postgresql seems to run fine without out when I do a manual > install using the zip file. > > If this is not used for the server what is it used for?
It's used for ecpg, IIRC, when compiled in thread-safe mode. //Magnus ---------------------------(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