Thanks to visit codestin.com Credit goes to github.com
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 e652273 commit 4edb7bdCopy full SHA for 4edb7bd
src/include/access/nbtree.h
@@ -522,7 +522,7 @@ typedef struct BTScanPosData
522
Buffer buf; /* if valid, the buffer is pinned */
523
524
XLogRecPtr lsn; /* pos in the WAL stream when page was read */
525
- BlockNumber currPage; /* page we've referencd by items array */
+ BlockNumber currPage; /* page referenced by items array */
526
BlockNumber nextPage; /* page's right link when we scanned it */
527
528
/*
0 commit comments