You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use correct LSN in GetPage@LSN calls when nothing has been evicted yet.
If no page has been evicted from page cache yet, use the latest flushed
LSN.
Commit 153dee9, "Request special lsn during bootstrap", changed this
but it is not clear to me why. As far as I can see, this isn't related
to bootstrapping, and using the latest flushed LSN should always work.
While we're at it, rearrange the code slightly for readability, and add
comments.
0 commit comments