pgsql: In ecpglib rewrote code that used strtok_r to not use library fu

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: In ecpglib rewrote code that used strtok_r to not use library fu
Date: 2012-02-19 13:50:43
Message-ID: E1Rz7A3-0000aO-4Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

In ecpglib rewrote code that used strtok_r to not use library functions
anymore. This way we don't have to worry which compiler on which OS offers
which version of strtok.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/84ff5b5db5f801f5da6690d8904cc88cea4700e8

Modified Files
--------------
src/interfaces/ecpg/ecpglib/connect.c | 42 +++++++++++++++++++-------------
1 files changed, 25 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2012-02-19 13:52:37 Re: pgsql: Windows doesn't have strtok_r, so let's use strtok_s instead.
Previous Message Tom Lane 2012-02-18 23:08:39 pgsql: Update expected/collate.linux.utf8.out for recent plpgsql change