Be more wary of unwanted whitespace in pgstat_reset_remove_files().
sscanf isn't the easiest thing to use for exact pattern checks ... also, don't use strncmp where strcmp will do.
Showing
Please register or sign in to comment
sscanf isn't the easiest thing to use for exact pattern checks ... also, don't use strncmp where strcmp will do.