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

Commit2f8110e

Browse files
author
Alexander Korotkov
committed
Implementation of profile.
1 parent2318d7b commit2f8110e

File tree

4 files changed

+181
-125
lines changed

4 files changed

+181
-125
lines changed

‎contrib/pg_stat_wait/descr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static const char *networkWaitNames[] =
7676
"SYSLOG"
7777
};
7878

79-
staticconstintnumberOfEvents[]= {
79+
constintnumberOfEvents[]= {
8080
WAIT_CPU_EVENTS_COUNT,
8181
WAIT_LWLOCKS_COUNT,
8282
WAIT_LOCKS_COUNT,

‎contrib/pg_stat_wait/pg_stat_wait--1.0.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ CREATE FUNCTION pg_stat_wait_get_profile(
6262
OUT class_id int4,
6363
OUT event_id int4,
6464
OUT wait_time int8,
65-
OUT wait_countint4
65+
OUT wait_countint8
6666
)
6767
RETURNS SETOF record
6868
AS'MODULE_PATHNAME'

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp