Begin support for new 9.2 pg_stat_activity.
authorGreg Sabino Mullane <[email protected]>
Thu, 31 May 2012 17:52:25 +0000 (13:52 -0400)
committerGreg Sabino Mullane <[email protected]>
Thu, 31 May 2012 17:52:25 +0000 (13:52 -0400)
commitedcf4959e7c347c040682d7c3061aef6fe78a759
treeb9c3f91090724144d1d5ca799874c70cd4388ca9
parente1b3e7b3918b6f67d234a7a970f9b718c4af5fff
Begin support for new 9.2 pg_stat_activity.
This is just the groundwork: it will not work, as we have to use the new 'state'
column instead of parsing the text of current_query.
check_postgres.pl