Logged by: Michael Kopljan
email: ad...@navigator-info.com
PostgreSQL version: 8.4.2
Operating system: Windows 2008 Server
Description: bug in string comparison
Details:
-- Drop
DROP TABLE IF EXISTS "public"."test" ;
-- Definition
CREATE TABLE "public"."test" (
"id_robe" INTEGER NOT NULL,
"s
Hello pgsql-bugs,
It seems that pgsql Makefiles lack the notion of pthreads or the
like libraries. I am using a threaded bind library, and when I
compile postgres it fails, since it can not find some routines.
Adding -lpthread to the LIBS= line in src/Makefile.global helps.
I am left won