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
t: +44 (0) 2392 658 264
m: +44 (0) 7427 610 472
e: matonb@ltresources.co.uk

Description: http://www.ltresources.co.uk/logow.png

 

 

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