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

Commitdf5e01d

Browse files
author
Alexander Korotkov
committed
Remove unused variable.
1 parent6de4845 commitdf5e01d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎contrib/pg_stat_wait/pg_stat_wait.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ pg_stat_wait_get_current(PG_FUNCTION_ARGS)
522522
{
523523
FuncCallContext*funcctx;
524524
WaitCurrentContext*params;
525-
HistoryItem*currentState;
526525

527526
if (SRF_IS_FIRSTCALL())
528527
{
@@ -581,7 +580,6 @@ pg_stat_wait_get_current(PG_FUNCTION_ARGS)
581580
/* stuff done on every call of the function */
582581
funcctx=SRF_PERCALL_SETUP();
583582
params= (WaitCurrentContext*)funcctx->user_fctx;
584-
currentState=NULL;
585583

586584
if (funcctx->call_cntr<funcctx->max_calls)
587585
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp