Skip to content

Commit 442c5bc

Browse files
committed
prepare for 5.8.2
1 parent 7095550 commit 442c5bc

7 files changed

+7
-7
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.8.1",
5+
"version": "2.8.2",
66
"maintainer": "Pavel STEHULE <pavel.stehule@gmail.com>",
77
"license": "bsd",
88
"provides": {

postgresql14-plpgsql_check.spec

Lines changed: 1 addition & 1 deletion
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.8.1
6+
Version: 2.8.2
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql15-plpgsql_check.spec

Lines changed: 1 addition & 1 deletion
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.8.1
6+
Version: 2.8.2
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql16-plpgsql_check.spec

Lines changed: 1 addition & 1 deletion
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.8.1
6+
Version: 2.8.2
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql17-plpgsql_check.spec

Lines changed: 1 addition & 1 deletion
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.8.1
6+
Version: 2.8.2
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql18-plpgsql_check.spec

Lines changed: 1 addition & 1 deletion
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.8.1
6+
Version: 2.8.2
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

postgresql19-plpgsql_check.spec

Lines changed: 1 addition & 1 deletion
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.8.1
6+
Version: 2.8.2
77
Release: 1%{?dist}
88
Summary: Additional tools for plpgsql functions validation
99

0 commit comments

Comments
 (0)