ecpg thread test program

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: ecpg thread test program
Date: 2003-08-07 05:21:21
Message-ID: 200308070521.h775LLx25065@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have updated ecpg/test/test_thread.pgc to do an automated thread test.

First, update to current CVS. Then, run configure with
--enable-thread-safety, compile/install, then go to ecpg/test, and do a
'gmake', then run 'test_thread dbname'. It should return success or
failure.

I hope this program can be used to test threading on our various
platforms.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Browse pgsql-hackers by date

  From Date Subject
Next Message Marc G. Fournier 2003-08-07 08:03:05 test
Previous Message Bruce Momjian 2003-08-07 05:19:16 Another pgindent run