Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.
Date: 2012-02-18 17:40:43
Message-ID: 4F3FE29B.7050300@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 02/18/2012 12:26 PM, Michael Meskes wrote:
> On Sat, Feb 18, 2012 at 11:26:30AM -0500, Andrew Dunstan wrote:
>> This broke mingw builds.
> Which one of these functions is available on MinGW?
>

strtok_r

cheers

andrew

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2012-02-18 19:38:35 Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.
Previous Message Michael Meskes 2012-02-18 17:26:17 Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.