mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03: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 */
|
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 */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user