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

Commit96cfcad

Browse files
committed
1 parentac15b49 commit96cfcad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎contrib/pageinspect/btreefuncs.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ struct user_args
259259
* ------------------------------------------------------
260260
*/
261261
staticDatum
262-
bt_page_print_tuples(FuncCallContext*fctx,structuser_args*uargs)
262+
bt_page_print_tuples(structuser_args*uargs)
263263
{
264264
Pagepage=uargs->page;
265265
OffsetNumberoffset=uargs->offset;
@@ -498,7 +498,7 @@ bt_page_items(PG_FUNCTION_ARGS)
498498

499499
if (fctx->call_cntr<fctx->max_calls)
500500
{
501-
result=bt_page_print_tuples(fctx,uargs);
501+
result=bt_page_print_tuples(uargs);
502502
uargs->offset++;
503503
SRF_RETURN_NEXT(fctx,result);
504504
}
@@ -582,7 +582,7 @@ bt_page_items_bytea(PG_FUNCTION_ARGS)
582582

583583
if (fctx->call_cntr<fctx->max_calls)
584584
{
585-
result=bt_page_print_tuples(fctx,uargs);
585+
result=bt_page_print_tuples(uargs);
586586
uargs->offset++;
587587
SRF_RETURN_NEXT(fctx,result);
588588
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp