Be more wary of unwanted whitespace in pgstat_reset_remove_files().
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/pgstat.c | modified | +14 −16 |