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

Commit223936e

Browse files
committed
Fix oversight in013ebc0 commit
Declaration of varibale inside ÓÝ×Õ
1 parent013ebc0 commit223936e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/access/gist/gistget.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,10 +718,12 @@ gistgettuple(PG_FUNCTION_ARGS)
718718
/* find and process the next index page */
719719
do
720720
{
721+
GISTSearchItem*item;
722+
721723
if ((so->curBlkno!=InvalidBlockNumber)&& (so->numKilled>0))
722724
gistkillitems(scan);
723725

724-
GISTSearchItem*item=getNextGISTSearchItem(so);
726+
item=getNextGISTSearchItem(so);
725727

726728
if (!item)
727729
PG_RETURN_BOOL(false);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp