Commit 4edb7bd2 authored by Kevin Grittner's avatar Kevin Grittner

C comment improvement & typo fix.

Thomas Munro
parent e652273e
...@@ -522,7 +522,7 @@ typedef struct BTScanPosData ...@@ -522,7 +522,7 @@ typedef struct BTScanPosData
Buffer buf; /* if valid, the buffer is pinned */ Buffer buf; /* if valid, the buffer is pinned */
XLogRecPtr lsn; /* pos in the WAL stream when page was read */ XLogRecPtr lsn; /* pos in the WAL stream when page was read */
BlockNumber currPage; /* page we've referencd by items array */ BlockNumber currPage; /* page referenced by items array */
BlockNumber nextPage; /* page's right link when we scanned it */ BlockNumber nextPage; /* page's right link when we scanned it */
/* /*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment