Re: thread safety testing fix

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: thread safety testing fix
Date: 2004-05-28 17:04:47
Message-ID: 28182.1085763887@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Andreas Pflug <pgadmin(at)pse-consulting(dot)de> writes:
> 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.

Isn't this going to break platforms that only want 5 X's ?

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Cyril VELTER 2004-05-28 17:09:41 Re: Re : Win32 binaries test / pg_dump problem
Previous Message Tom Lane 2004-05-28 16:52:03 Re: Link errors on win32