thread safety testing fix

From: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
To: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: thread safety testing fix
Date: 2004-05-28 11:44:45
Message-ID: 40B7262D.7020107@pse-consulting.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Patch attached.

Regards,
Andreas

Attachment Content-Type Size
thread_test.diff text/plain 654 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andreas Pflug 2004-05-28 12:00:18 Compiling libpq with VisualC
Previous Message Rory Campbell-Lange 2004-05-28 11:22:47 pg_dump and schema namespace notes