pg_top

From: "Brett Maton" <matonb(at)ltresources(dot)co(dot)uk>
To: <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_top
Date: 2012-12-20 12:17:53
Message-ID: 023c01cddeac$0ab64130$2022c390$@ltresources.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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: <mailto:matonb(at)ltresources(dot)co(dot)uk> matonb(at)ltresources(dot)co(dot)uk

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

Responses

  • Re: pg_top at 2012-12-20 12:33:12 from P. Christeas
  • Re: pg_top at 2012-12-20 18:18:34 from John R Pierce

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2012-12-20 12:19:48 Re: [GENERAL] trouble with pg_upgrade 9.0 -> 9.1
Previous Message Simon Riggs 2012-12-20 12:16:10 Re: Re: patch submission: truncate trailing nulls from heap rows to reduce the size of the null bitmap [Review]