fix pg_stat_statements handling of compound queries

Edit
ID 930
Title fix pg_stat_statements handling of compound queries
Topic Bug Fixes
Created 2016-12-23 09:55:52
Last modified 2017-01-14 21:19:22 (7 years, 10 months ago)
Latest email 2017-01-30 07:01:03 (7 years, 9 months ago)
Status
2017-01: Committed
Target version
Authors Fabien Coelho (calvin)
Reviewers Craig Ringer (ringerc)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/930
git checkout commitfest/cf/930
Emails
BUG: pg_stat_statements query normalization issues with combined queries
First at 2016-12-20 08:40:29 by Fabien COELHO <coelho at cri.ensmp.fr>
Latest at 2017-01-30 07:01:03 by Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp>
Latest attachment (stmt-list-rewrite-2.patch.gz) at 2017-01-13 19:06:04 from Tom Lane <tgl at sss.pgh.pa.us>
    Attachment (stmt-list-rewrite-2.patch.gz) at 2017-01-13 19:06:04 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (stmt-list-rewrite-1.patch.gz) at 2017-01-12 14:29:38 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: No)
    Attachment (0001-Fix-current-query-string-of-query-tree.patch) at 2017-01-12 13:12:33 from Kyotaro HORIGUCHI <horiguchi.kyotaro at lab.ntt.co.jp> (Patch: Yes)
    Attachment (parsenodes-3.patch) at 2016-12-30 14:10:42 from Fabien COELHO <coelho at cri.ensmp.fr> (Patch: Yes)
    Attachment (parsenodes-2.patch) at 2016-12-25 07:45:18 from Fabien COELHO <coelho at cri.ensmp.fr> (Patch: Yes)
    Attachment (parsenodes-1.patch) at 2016-12-23 09:51:43 from Fabien COELHO <coelho at cri.ensmp.fr> (Patch: Yes)
    Attachment (combined_statement_issue.sql) at 2016-12-20 08:43:23 from Fabien COELHO <coelho at cri.ensmp.fr> (Patch: No)
History
When Who What
2017-01-14 21:19:22 Tom Lane (tgl) Closed in commitfest 2017-01 with status: Committed
2017-01-14 21:19:22 Tom Lane (tgl) Changed committer to tgl
2016-12-26 14:57:52 Fabien Coelho (calvin) Changed reviewers to Craig Ringer (ringerc)
2016-12-23 09:56:07 Fabien Coelho (calvin) Changed authors to Fabien Coelho (calvin)
2016-12-23 09:55:52 Fabien Coelho (calvin) Attached mail thread alpine.DEB.2.20.1612200926310.29821@lancre
2016-12-23 09:55:52 Fabien Coelho (calvin) Created patch record
Edit