]> granicus.if.org Git - postgresql/commit
In ecpglib rewrote code that used strtok_r to not use library functions
authorMichael Meskes <meskes@postgresql.org>
Sun, 19 Feb 2012 13:50:14 +0000 (14:50 +0100)
committerMichael Meskes <meskes@postgresql.org>
Sun, 19 Feb 2012 13:50:14 +0000 (14:50 +0100)
commit84ff5b5db5f801f5da6690d8904cc88cea4700e8
treeb7b02ebed8dfb0969656a90e0441e750f11d08fa
parent759c95c45b65a5220976c85e6f03323975c2b276
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.
src/interfaces/ecpg/ecpglib/connect.c