Bumped version number to 0.9.1

This commit is contained in:
Ibrar Ahmed
2021-04-15 00:27:21 +05:00
parent 0a11f71e62
commit ea1a41a16a
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
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 PGSM_TEXT_FILE "/tmp/pg_stat_monitor_query"

View File

@@ -2,7 +2,7 @@ CREATE EXTENSION pg_stat_monitor;
SELECT pg_stat_monitor_version();
pg_stat_monitor_version
-------------------------
0.9.0
0.9.1
(1 row)
DROP EXTENSION pg_stat_monitor;