vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > 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 |
| ||||
| Magnus Hagander wrote: > It's used for ecpg, IIRC, when compiled in thread-safe mode. > > //Magnus Thanks Magnus, Here is another question for you. Is it documented anywhere or does someone know what is the bare minimum requirements to run the server on a production box? I want to create the litest possible setup for use in my IM server (Lightning Messenger), and eliminate any unneeded files so I can have the smallest setup I can get. I already have a complete working setup built with Inno setup(it's 4.8 mb), now I just need to get it as lite as posssible. Thanks, -- Tony Caduto AM Software Design Home of PG Lightning Admin for Postgresql http://www.amsoftwaredesign.com ---------------------------(end of broadcast)--------------------------- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq |