From: | Sameer Thakur <samthakur74(at)gmail(dot)com> |
---|---|
To: | Daniel Farina <daniel(at)heroku(dot)com> |
Cc: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Fujii Masao <masao(dot)fujii(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: pg_stat_statements: calls under-estimation propagation |
Date: | 2013-11-05 13:30:08 |
Message-ID: | CABzZFEsJtMPQkXeGnNOCxjMiwuAFYMsU80xi3DsXgEg0o+M3MA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
Please find attached pg_stat_statements-identification-v9.patch.
I have tried to address the following review comments
1. Use version PGSS_TUP_V1_2
2.Fixed total time being zero
3. Remove 'session_start' from the view and use point release number
to generate queryid
4. Hide only queryid and query text and not all fields from unauthorized user
5. Removed introduced field from view and code as statistics session
concept is not being used
6. Removed struct Instrumentation usage
7. Updated sgml to reflect changes made. Removed all references to
statistics session, and introduced fields.
regards
Sameer
Attachment | Content-Type | Size |
---|---|---|
pg_stat_statements-identification-v9.patch.gz | application/x-gzip | 5.7 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2013-11-05 13:30:33 | Re: Row-security writer-side checks proposal |
Previous Message | Claudio Freire | 2013-11-05 13:18:16 | Re: Fast insertion indexes: why no developments |