File tree Expand file tree Collapse file tree 4 files changed +9
-7
lines changed
Expand file tree Collapse file tree 4 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 99#include <fcntl.h>
1010#include <sys/stat.h>
1111
12- const char * PROGRAM_VERSION = "16.0 " ;
12+ const char * PROGRAM_VERSION = "16.1 " ;
1313const char * PROGRAM_URL = "https://github.com/ossc-db/pg_statsinfo/" ;
1414const char * PROGRAM_EMAIL = NULL ;
1515
Original file line number Diff line number Diff line change 2727#define SECS_PER_DAY 86400 /* seconds per day */
2828
2929#define STATSINFO_CONTROL_FILE "pg_statsinfo.control"
30- #define STATSINFO_CONTROL_VERSION 160000
30+ #define STATSINFO_CONTROL_VERSION 160001
3131
32- #define STATSREPO_SCHEMA_VERSION 160000
32+ #define STATSREPO_SCHEMA_VERSION 160001
3333
3434/* number of columns of csvlog */
3535#define CSV_COLS 26
Original file line number Diff line number Diff line change @@ -877,7 +877,7 @@ LANGUAGE sql;
877877
878878-- get_version() - version of statsrepo schema
879879CREATE FUNCTION statsrepo .get_version() RETURNS text AS
880- ' SELECT CAST(' ' 160000 ' ' AS TEXT)'
880+ ' SELECT CAST(' ' 160001 ' ' AS TEXT)'
881881LANGUAGE sql IMMUTABLE;
882882
883883-- tps() - transaction per seconds
Original file line number Diff line number Diff line change 1313
1414## Set general information for pg_statsinfo.
1515Name: pg_statsinfo
16- Version: %{packageversion }.0
16+ Version: %{packageversion }.1
1717Release: 1%{?dist }
1818Summary: Performance monitoring tool for PostgreSQL
1919Group: Applications/Databases
@@ -132,10 +132,12 @@ EOF
132132 fi
133133fi
134134
135- # History of pg_statsinfo-v15 RPM.
135+ # History of pg_statsinfo-v16 RPM.
136136%changelog
137+ * Mon Jun 2 2025 - NTT OSS Center 16.1-1
138+ - pg_statsinfo 16.1 released
137139* Thu Feb 29 2024 - NTT OSS Center 16.0-1
138- - pg_stats_reporter 16.0 released
140+ - pg_statsinfo 16.0 released
139141* Wed Oct 18 2023 - NTT OSS Center 15.2-1
140142- pg_statsinfo 15.2 released
141143* Fri Jun 30 2023 - NTT OSS Center 15.1-1
You can’t perform that action at this time.
0 commit comments