In ecpglib rewrote code that used strtok_r to not use library functions

Michael Meskes <meskes@postgresql.org>

Commit: 84ff5b5db5f801f5da6690d8904cc88cea4700e8
Author: Michael Meskes <meskes@postgresql.org>
Date: 2012-02-19T13:50:14Z
Releases: 9.2.0
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.

Files

PathChange+/−
src/interfaces/ecpg/ecpglib/connect.c modified +25 −17