Merge branch 'main' into REL1_0_STABLE

pull/208/head
Kai Wagner 2022-04-21 21:28:29 +02:00 committed by GitHub
commit 9ea56b9f80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
PG_MODULE_MAGIC;
#define BUILD_VERSION "1.0.0"
#define BUILD_VERSION "Dev"
#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
Dev
(1 row)
DROP EXTENSION pg_stat_monitor;