PG-264 fix version

pull/126/head
Evgeniy Patlan 2021-11-01 14:49:35 +02:00
parent 693838c979
commit ac7aa57995
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
PG_MODULE_MAGIC;
#define BUILD_VERSION "1.0.0 - Beta 2"
#define BUILD_VERSION "1.0.0-beta-2"
#define PG_STAT_STATEMENTS_COLS 53 /* 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
-------------------------
1.0.0 - Beta 2
1.0.0-beta-2
(1 row)
DROP EXTENSION pg_stat_monitor;