-
Tom Lane authored
sscanf isn't the easiest thing to use for exact pattern checks ... also, don't use strncmp where strcmp will do.
20fe8707
sscanf isn't the easiest thing to use for exact pattern checks ... also, don't use strncmp where strcmp will do.