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

Commit3815bdd

Browse files
committed
Add forgotten files
1 parent23438fe commit3815bdd

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

‎expected/queries.out‎

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
CREATE EXTENSION pg_wait_sampling;
2+
SELECT SUM(0) FROM pg_wait_sampling_current;
3+
sum
4+
-----
5+
0
6+
(1 row)
7+
8+
SELECT SUM(0) FROM pg_wait_sampling_history;
9+
sum
10+
-----
11+
0
12+
(1 row)
13+
14+
SELECT SUM(0) FROM pg_wait_sampling_profile;
15+
sum
16+
-----
17+
0
18+
(1 row)
19+
20+
SELECT pg_wait_sampling_reset_profile();
21+
pg_wait_sampling_reset_profile
22+
--------------------------------
23+
24+
(1 row)
25+
26+
DROP EXTENSION pg_wait_sampling;

‎sql/queries.sql‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
CREATE EXTENSION pg_wait_sampling;
2+
3+
SELECTSUM(0)FROM pg_wait_sampling_current;
4+
SELECTSUM(0)FROM pg_wait_sampling_history;
5+
SELECTSUM(0)FROM pg_wait_sampling_profile;
6+
7+
SELECT pg_wait_sampling_reset_profile();
8+
9+
DROP EXTENSION pg_wait_sampling;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp