Re: BUG: pg_stat_statements query normalization issues with combined queries
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
Cc: robertmhaas@gmail.com,
PostgreSQL Developers <pgsql-hackers@postgresql.org>
Date: 2016-12-25T07:45:18Z
Lists: pgsql-hackers
Attachments
- parsenodes-2.patch (text/x-diff) patch
>> Yes. I'll try to put together a patch and submit it to the next CF. > > Here it is. I'll add this to the next CF. Oops... better without a stupid overflow. Shame on me! -- Fabien.
Commits
-
Teach contrib/pg_stat_statements to handle multi-statement commands better.
- 83f2061dd037 10.0 landed
-
Change representation of statement lists, and add statement location info.
- ab1f0c822571 10.0 landed
-
Revert my bad decision of about a year ago to make PortalDefineQuery
- 1591fcbec77f 8.4.0 cited