Skip to content

Commit 4fd473d

Browse files
committed
fix return type of rumgettuple
1 parent e3ab0be commit 4fd473d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rumget.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2367,8 +2367,7 @@ rumgettuple(IndexScanDesc scan, ScanDirection direction)
23672367
so->firstCall = false;
23682368

23692369
if (RumIsVoidRes(scan))
2370-
PG_RETURN_INT64(0);
2371-
2370+
return false;
23722371

23732372
startScan(scan);
23742373
if (so->naturalOrder == NoMovementScanDirection)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy