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

Commitdf18c66

Browse files
author
Alexander Korotkov
committed
Remove unused variable.
1 parentd4d9dad commitdf18c66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

‎pg_wait_sampling.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ pg_wait_sampling_get_current(PG_FUNCTION_ARGS)
301301
{
302302
FuncCallContext*funcctx;
303303
WaitCurrentContext*params;
304-
HistoryItem*currentState;
305304

306305
check_shmem();
307306

@@ -371,7 +370,6 @@ pg_wait_sampling_get_current(PG_FUNCTION_ARGS)
371370
/* stuff done on every call of the function */
372371
funcctx=SRF_PERCALL_SETUP();
373372
params= (WaitCurrentContext*)funcctx->user_fctx;
374-
currentState=NULL;
375373

376374
if (funcctx->call_cntr<funcctx->max_calls)
377375
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp