BUG #9050: pg_stat_statements() contains rows with the same dbid, userid and query

Поиск
Список
Период
Сортировка
От bashtanov@imap.cc
Тема BUG #9050: pg_stat_statements() contains rows with the same dbid, userid and query
Дата
Msg-id 20140131081824.26694.23233@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #9050: pg_stat_statements() contains rows with the same dbid, userid and query
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9050
Logged by:          Alexey Bashtanov
Email address:      bashtanov@imap.cc
PostgreSQL version: 9.3.1
Operating system:   Linux
Description:

hello!

such a query run under superuser produces non-empty result:

select userid, dbid, query from pg_stat_statements() group by 1,2,3 having
count(1) > 1;

I am not sure how to reproduce it, but it can be reproduced only on those
instances having several databases on it.

Regards, Alexey

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

Предыдущее
От: m.sakrejda@gmail.com
Дата:
Сообщение: BUG #9048: Misleading error in transferring sequence between tables
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: BUG #9050: pg_stat_statements() contains rows with the same dbid, userid and query