]> granicus.if.org Git - postgresql/commit
Awhile back we replaced all uses of strcasecmp and strncasecmp with
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jul 2005 04:52:32 +0000 (04:52 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 25 Jul 2005 04:52:32 +0000 (04:52 +0000)
commit4a2972d691ee69446876de880fb46b3fc192d9fd
tree62f063b0c609fe1b8607deecf83f6e60d8a823be
parentcb504a41b29afc9c26ea34d6b4c267f57099fd81
Awhile back we replaced all uses of strcasecmp and strncasecmp with
pg_strcasecmp and pg_strncasecmp ... but I see some of the former have
crept back in.
Eternal vigilance is the price of locale independence, apparently.
src/backend/libpq/auth.c
src/bin/initdb/initdb.c
src/bin/pg_ctl/pg_ctl.c
src/bin/pg_dump/pg_dumpall.c