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

From Tom Lane
Subject Re: thread safety testing fix
Date
Msg-id 28182.1085763887@sss.pgh.pa.us
Whole thread Raw
In response to thread safety testing fix  (Andreas Pflug <pgadmin@pse-consulting.de>)
Responses Re: thread safety testing fix  (Andreas Pflug <pgadmin@pse-consulting.de>)
Re: thread safety testing fix  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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 ?

            regards, tom lane

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: postmaster.c doesn't compile on win32
Next
From: Andreas Pflug
Date:
Subject: Re: Libpq ssl fix