File tree Expand file tree Collapse file tree 5 files changed +8
-6
lines changed
Expand file tree Collapse file tree 5 files changed +8
-6
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 = "14.2 " ;
12+ const char * PROGRAM_VERSION = "14.3 " ;
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 140200
30+ #define STATSINFO_CONTROL_VERSION 140300
3131
32- #define STATSREPO_SCHEMA_VERSION 140200
32+ #define STATSREPO_SCHEMA_VERSION 140300
3333
3434/* number of columns of csvlog */
3535#define CSV_COLS 26
Original file line number Diff line number Diff line change @@ -840,7 +840,7 @@ LANGUAGE sql;
840840
841841-- get_version() - version of statsrepo schema
842842CREATE FUNCTION statsrepo .get_version() RETURNS text AS
843- ' SELECT CAST(' ' 140200 ' ' AS TEXT)'
843+ ' SELECT CAST(' ' 140300 ' ' AS TEXT)'
844844LANGUAGE sql IMMUTABLE;
845845
846846-- tps() - transaction per seconds
Original file line number Diff line number Diff line change 66
77#include "pg_statsinfo.h"
88
9- const char * PROGRAM_VERSION = "14.2 " ;
9+ const char * PROGRAM_VERSION = "14.3 " ;
1010const char * PROGRAM_URL = "https://github.com/ossc-db/pg_statsinfo/" ;
1111const char * PROGRAM_EMAIL = NULL ;
1212
Original file line number Diff line number Diff line change 1010
1111## Set general information for pg_statsinfo.
1212Name: pg_statsinfo
13- Version: 14.2
13+ Version: 14.3
1414Release: 1%{?dist }
1515Summary: Performance monitoring tool for PostgreSQL
1616Group: Applications/Databases
126126
127127# History of pg_statsinfo-v14 RPM.
128128%changelog
129+ * Wed Oct 18 2023 - NTT OSS Center 14.3-1
130+ - pg_statsinfo 14.3 released
129131* Fri Jul 7 2023 - NTT OSS Center 14.2-1
130132- pg_statsinfo 14.2 released
131133* Tue Nov 1 2022 - NTT OSS Center 14.1-1
You can’t perform that action at this time.
0 commit comments