pgsql: Be more wary of unwanted whitespace in pgstat_reset_remove_files

Started by Tom Lanealmost 13 years ago1 messagescomitters
Jump to latest
#1Tom 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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/20fe87075349a205d5b6a2f4b97c2bad4e8a961c

Modified Files
--------------
src/backend/postmaster/pgstat.c | 30 ++++++++++++++----------------
1 file changed, 14 insertions(+), 16 deletions(-)

--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers