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

Commit3e66699

Browse files
committed
code style fixes
1 parent4b105cd commit3e66699

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎src/rum_arr_utils.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,11 +377,13 @@ rum_anyarray_consistent(PG_FUNCTION_ARGS)
377377
{
378378
/* extract array's length from addInfo */
379379
for (i=0;i<nkeys;i++)
380+
{
380381
if (!addInfoIsNull[i])
381382
{
382383
nentries=DatumGetInt32(addInfo[i]);
383384
break;
384385
}
386+
}
385387

386388
/* there must be addInfo */
387389
Assert(nentries >=0);
@@ -431,11 +433,13 @@ rum_anyarray_ordering(PG_FUNCTION_ARGS)
431433
{
432434
/* extract array's length from addInfo */
433435
for (i=0;i<nkeys;i++)
436+
{
434437
if (!addInfoIsNull[i])
435438
{
436439
nentries=DatumGetInt32(addInfo[i]);
437440
break;
438441
}
442+
}
439443

440444
/* there must be addInfo */
441445
Assert(nentries >=0);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp