Re: BUG: pg_stat_statements query normalization issues with combined queries

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BUG: pg_stat_statements query normalization issues with combined queries
Date: 2016-12-20 08:43:23
Message-ID: alpine.DEB.2.20.1612200942030.29821@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> I was expecting the 2 combined queries either to be separated in individual
> queries "SELECT data FROM Stuff WHERE id = ?" or in one large queries with
> three ?, but not the above result...

Oops, I forgot the attachement, see repeat script on 9.6.1

--
Fabien.

Attachment Content-Type Size
combined_statement_issue.sql application/x-sql 587 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2016-12-20 08:59:43 Re: Time to drop old-style (V0) functions?
Previous Message Petr Jelinek 2016-12-20 08:43:14 Re: Logical Replication WIP