We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf6a2203 commit09fc662Copy full SHA for 09fc662
pg_wait_sampling--1.1--1.2.sql
@@ -42,7 +42,7 @@ CREATE FUNCTION pg_wait_sampling_get_current (
42
OUT appnametext
43
)
44
RETURNS SETOF record
45
-AS'MODULE_PATHNAME'
+AS'MODULE_PATHNAME','pg_wait_sampling_get_current_1_2'
46
LANGUAGE C VOLATILE CALLEDONNULL INPUT;
47
48
CREATEVIEWpg_wait_sampling_currentAS
@@ -68,7 +68,7 @@ CREATE FUNCTION pg_wait_sampling_get_history (
68
OUT tstimestamptz
69
70
71
+AS'MODULE_PATHNAME','pg_wait_sampling_get_history_1_2'
72
LANGUAGE C VOLATILE STRICT;
73
74
CREATEVIEWpg_wait_sampling_historyAS
@@ -94,7 +94,7 @@ CREATE FUNCTION pg_wait_sampling_get_profile (
94
OUT count int8
95
96
97
+AS'MODULE_PATHNAME','pg_wait_sampling_get_profile_1_2'
98
99
100
CREATEVIEWpg_wait_sampling_profileAS