8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b105cd commit 3e66699Copy full SHA for 3e66699
src/rum_arr_utils.c
@@ -377,11 +377,13 @@ rum_anyarray_consistent(PG_FUNCTION_ARGS)
377
{
378
/* extract array's length from addInfo */
379
for (i = 0; i < nkeys; i++)
380
+ {
381
if (!addInfoIsNull[i])
382
383
nentries = DatumGetInt32(addInfo[i]);
384
break;
385
}
386
+ }
387
388
/* there must be addInfo */
389
Assert(nentries >= 0);
@@ -431,11 +433,13 @@ rum_anyarray_ordering(PG_FUNCTION_ARGS)
431
433
432
434
435
436
437
438
439
440
441
442
443
444
445
0 commit comments