Re: thread safety testing fix

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

Tom Lane wrote:

>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 ?
>

Probably not., any additional X will just be ignored.
AFAICS all platforms want at least 6 X anyway.

Regards,
Andreas

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2004-05-28 18:54:29 Re: Link errors on win32
Previous Message Andrew Dunstan 2004-05-28 18:52:04 Re: Re : Win32 binaries test / pg_dump problem