mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix duplicate words in comments
Remove accidentally duplicated words in code comments. Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org
This commit is contained in:
@ -666,7 +666,7 @@ ReadRecentBuffer(RelFileNode rnode, ForkNumber forkNum, BlockNumber blockNum,
|
||||
{
|
||||
/*
|
||||
* It's now safe to pin the buffer. We can't pin first and ask
|
||||
* questions later, because because it might confuse code paths
|
||||
* questions later, because it might confuse code paths
|
||||
* like InvalidateBuffer() if we pinned a random non-matching
|
||||
* buffer.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user