Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit09fc662

Browse files
committed
Do as pg_stat_statements does with different extension versions
1 parentf6a2203 commit09fc662

File tree

2 files changed

+205
-82
lines changed

2 files changed

+205
-82
lines changed

‎pg_wait_sampling--1.1--1.2.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ CREATE FUNCTION pg_wait_sampling_get_current (
4242
OUT appnametext
4343
)
4444
RETURNS SETOF record
45-
AS'MODULE_PATHNAME'
45+
AS'MODULE_PATHNAME','pg_wait_sampling_get_current_1_2'
4646
LANGUAGE C VOLATILE CALLEDONNULL INPUT;
4747

4848
CREATEVIEWpg_wait_sampling_currentAS
@@ -68,7 +68,7 @@ CREATE FUNCTION pg_wait_sampling_get_history (
6868
OUT tstimestamptz
6969
)
7070
RETURNS SETOF record
71-
AS'MODULE_PATHNAME'
71+
AS'MODULE_PATHNAME','pg_wait_sampling_get_history_1_2'
7272
LANGUAGE C VOLATILE STRICT;
7373

7474
CREATEVIEWpg_wait_sampling_historyAS
@@ -94,7 +94,7 @@ CREATE FUNCTION pg_wait_sampling_get_profile (
9494
OUT count int8
9595
)
9696
RETURNS SETOF record
97-
AS'MODULE_PATHNAME'
97+
AS'MODULE_PATHNAME','pg_wait_sampling_get_profile_1_2'
9898
LANGUAGE C VOLATILE STRICT;
9999

100100
CREATEVIEWpg_wait_sampling_profileAS

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp