mirror of
https://github.com/percona/pg_stat_monitor.git
synced 2026-02-04 14:06:20 +00:00
Bumped version number to 0.9.1
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
PG_MODULE_MAGIC;
|
PG_MODULE_MAGIC;
|
||||||
|
|
||||||
#define BUILD_VERSION "0.9.0"
|
#define BUILD_VERSION "0.9.1"
|
||||||
#define PG_STAT_STATEMENTS_COLS 51 /* maximum of above */
|
#define PG_STAT_STATEMENTS_COLS 51 /* maximum of above */
|
||||||
#define PGSM_TEXT_FILE "/tmp/pg_stat_monitor_query"
|
#define PGSM_TEXT_FILE "/tmp/pg_stat_monitor_query"
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ CREATE EXTENSION pg_stat_monitor;
|
|||||||
SELECT pg_stat_monitor_version();
|
SELECT pg_stat_monitor_version();
|
||||||
pg_stat_monitor_version
|
pg_stat_monitor_version
|
||||||
-------------------------
|
-------------------------
|
||||||
0.9.0
|
0.9.1
|
||||||
(1 row)
|
(1 row)
|
||||||
|
|
||||||
DROP EXTENSION pg_stat_monitor;
|
DROP EXTENSION pg_stat_monitor;
|
||||||
|
|||||||
Reference in New Issue
Block a user