darold / pgbadger

A fast PostgreSQL Log Analyzer
http://pgbadger.darold.net/
PostgreSQL License
3.51k stars 349 forks source link

Fixes pid extraction in parse_json_input #696

Closed arcenik closed 2 years ago

arcenik commented 2 years ago

In parse_jsonlog_input, extract the pid from an integer instead of a string

Also, clean up all whites spaces at the end of lines (done by Atom editor)