Re: pg_stat_statements: calls under-estimation propagation

Поиск
Список
Период
Сортировка
От Sameer Thakur
Тема Re: pg_stat_statements: calls under-estimation propagation
Дата
Msg-id CABzZFEsJtMPQkXeGnNOCxjMiwuAFYMsU80xi3DsXgEg0o+M3MA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_stat_statements: calls under-estimation propagation  (Daniel Farina <daniel@heroku.com>)
Ответы Re: pg_stat_statements: calls under-estimation propagation  (Peter Geoghegan <pg@heroku.com>)
Список 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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Claudio Freire
Дата:
Сообщение: Re: Fast insertion indexes: why no developments
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Row-security writer-side checks proposal