mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
C comment improvement & typo fix.
Thomas Munro
This commit is contained in:
parent
e652273e07
commit
4edb7bd2fd
@ -522,7 +522,7 @@ typedef struct BTScanPosData
|
||||
Buffer buf; /* if valid, the buffer is pinned */
|
||||
|
||||
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 */
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user