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 cd7206b commit 72b523dCopy full SHA for 72b523d
src/backend/access/nbtree/nbtsearch.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.17 1997/04/16 01:48:17 vadim Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/nbtree/nbtsearch.c,v 1.18 1997/04/24 15:46:44 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -1353,6 +1353,8 @@ _bt_endpoint(IndexScanDesc scan, ScanDirection dir)
1353
}
1354
else
1355
{
1356
+ ItemPointerSetInvalid(current);
1357
+ so->btso_curbuf = InvalidBuffer;
1358
_bt_relbuf(rel, buf, BT_READ);
1359
res = (RetrieveIndexResult) NULL;
1360
0 commit comments