]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Check return code from strxfrm on Windows since it has a
authorMagnus Hagander <magnus@hagander.net>
Sat, 5 May 2007 17:05:55 +0000 (17:05 +0000)
committerMagnus Hagander <magnus@hagander.net>
Sat, 5 May 2007 17:05:55 +0000 (17:05 +0000)
commitff5ff47b5dd6d48aa5f0dd27007e1a17f9566bb5
tree42e73169c5b4f576ab207be9319a11424f6149b2
parent61f9c3a54d39f32940d8d9e41b62283f5a16c37d
Check return code from strxfrm on Windows since it has a
non-standard way of indicating errors, so we don't try to
allocate INT_MAX bytes to store a result in.
src/backend/utils/adt/selfuncs.c