pgsql-server: When checking for thread safety with

From: momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server: When checking for thread safety with
Date: 2004-05-28 18:37:11
Message-ID: 20040528183711.4C524D1E634@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When checking for thread safety with src/tools/thread/thread_test.c, the
mktemp function wants an argument that contains 6 X, while the current
version only supplies 5 X which will fail on my SuSE 8.1.

Andreas Pflug

Modified Files:
--------------
pgsql-server/src/tools/thread:
thread_test.c (r1.29 -> r1.30)
(http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/tools/thread/thread_test.c.diff?r1=1.29&r2=1.30)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-28 20:52:43 pgsql-server: Remove quotes around $CONFIG_LINKS.
Previous Message Tom Lane 2004-05-28 16:37:13 pgsql-server: Fix minor error in comment.