In ecpglib rewrote code that used strtok_r to not use library functions
Michael Meskes <meskes@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| src/interfaces/ecpg/ecpglib/connect.c | modified | +25 −17 |