ECPG threads test

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: ECPG threads test
Date: 2007-03-28 14:56:28
Message-ID: 20070328145628.GA31480@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi!

From what I can see, the ecpg thread tests (src/interfaces/ecpg/threads)
don't ever run. They rely on ENABLE_THREAD_SAFETY to be set, but even when
I build with --enable-thread-safety, it's not set. This is because ecpg
does not pull in pg_config.h, and also does not specify it on the
commandline.

Or am I missing something completely here? FWIW, it's not running the
threads test on windows or linux in my tests, but I may have missed
something...

//Magnus

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Stark 2007-03-28 15:05:58 Re: Reduction in WAL for UPDATEs
Previous Message Simon Riggs 2007-03-28 14:55:46 Re: Reduction in WAL for UPDATEs