We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a22de54 commit aab964bCopy full SHA for aab964b
contrib/hstore/hstore_io.c
@@ -166,7 +166,7 @@ parse_hstore( HSParser *state ) {
166
state->pairs[ state->pcur ].needfree = true;
167
if ( state->cur - state->word == 4 && !escaped) {
168
state->word[4] = '\0';
169
- if ( 0==strcasecmp(state->word, "null") )
+ if ( 0==pg_strcasecmp(state->word, "null") )
170
state->pairs[ state->pcur ].isnull=true;
171
}
172
state->word=NULL;
0 commit comments