Bugfixes:
- set locale to C for sorting – otherwise sort results will not be really sorted (let's everybody “thank" locale subsystem)
- fix a bug that prevented *last* sql-type to be printed
Changes:
- add rule for normalizing so: SELECT * FROM table WHERE field = -12 will be normalized to SELECT * FROM table WHERE field = ? instead of “… field = – ?"
- remove extra spaces from normalized version – they did happen sometimes 🙁
SVN repo at: http://svn.depesz.com/svn/analyze.pgsql.logs/trunk