Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Sep 2006 21:35:30 +0000 (21:35 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 15 Sep 2006 21:35:30 +0000 (21:35 +0000)
commit0edca3ea7b46cf94085db05905a0fd4af7db2b3b
treea61f812583a9cb9bdcc9fc9c418fff4b3ae03466
parentd7f6b359d7069ac558771c6c485a6e1c4492fbf8
Fix some uses of str[n]casecmp that should be pg_str[n]casecmp.
contrib/hstore/hstore_io.c