Skip to content

Commit

Permalink
Bump version to 1.6.2
Browse files Browse the repository at this point in the history
Bug fixes:

* Fix problems with versions of PostgreSQL older than 9.2. With this release of
  PostgreSQL, the column state was added in pg_stat_activity. The column
  current_query was also renamed to query. (fix: @blogh)
  • Loading branch information
blogh committed Sep 25, 2020
1 parent c723dd4 commit d3a751f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pg_activity
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.

from __future__ import print_function

PGTOP_VERSION = "1.6.1"
PGTOP_VERSION = "1.6.2"

import os
import sys
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name = 'pg_activity',
version = '1.6.1',
version = '1.6.2',
author = 'Julien Tachoires',
author_email = '[email protected]',
scripts = ['pg_activity'],
Expand Down

0 comments on commit d3a751f

Please sign in to comment.