Skip to content

Commit 26514f1

Browse files
committed
prepare for 2.7.10
1 parent cced0a5 commit 26514f1

8 files changed

+9
-9
lines changed

META.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "plpgsql_check",
33
"abstract": "Additional tools for plpgsql functions validation",
44
"description": "The plpgsql_check is PostgreSQL extension with functionality for direct or indirect extra validation of functions in plpgsql language. It verifies a validity of SQL identifiers used in plpgsql code. It try to identify a performance issues. Modern versions has integrated profiler. The table and function dependencies can be displayed",
5-
"version": "2.7.9",
5+
"version": "2.7.10",
66
"maintainer": "Pavel STEHULE <pavel.stehule@gmail.com>",
77
"license": "bsd",
88
"provides": {
99
"plpgsql_check": {
1010
"abstract": "Additional tools for plpgsql functions validation",
1111
"file": "sql/plpgsql_check_active.sql",
1212
"docfile": "README.md",
13-
"version": "2.7.9"
13+
"version": "2.7.10"
1414
}
1515
},
1616
"prereqs": {

postgresql12-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql13-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql14-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql15-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql16-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql17-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql18-plpgsql_check.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%global sname plpgsql_check
44

55
Name: %{sname}_%{pgmajorversion}
6-
Version: 2.7.9
6+
Version: 2.7.10
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

0 commit comments

Comments
 (0)