pg_top
| От | Brett Maton |
|---|---|
| Тема | pg_top |
| Дата | |
| Msg-id | 023c01cddeac$0ab64130$2022c390$@ltresources.co.uk обсуждение |
| Ответы |
Re: pg_top
Re: pg_top |
| Список | pgsql-hackers |
Hi List,
This might not be the right place to post, but I’ve got a minor patch for pg_top and would like to submit it for review.
Basically, the rpm version in the repositories pg_top92-3.6.2 doesn’t work with Postgres 9.2
#define QUERY_PROCESSES \
"SELECT procpid\n" \
"FROM pg_stat_activity;"
It appears that procpid has been renamed to pid at some point, also the column current_query appears to have been shortened to query.
My patch updates a couple of queries to use the new shorter column names.
Where or who should I submit the changes to?
Thanks,
Brett
Brett Maton |
В списке pgsql-hackers по дате отправления:
