Re: thread safety testing fix - Mailing list pgsql-patches

From Andreas Pflug
Subject Re: thread safety testing fix
Date
Msg-id 40B78A5F.2050401@pse-consulting.de
Whole thread Raw
In response to Re: thread safety testing fix  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:

>Andreas Pflug <pgadmin@pse-consulting.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


pgsql-patches by date:

Previous
From: Andreas Pflug
Date:
Subject: Re: Libpq ssl fix
Next
From: Bruce Momjian
Date:
Subject: Re: Libpq ssl fix