1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-25 20:23:07 +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:
Daniel Gustafsson
2021-10-04 15:12:57 +02:00
parent e9bc0441f1
commit 7111e332c5
7 changed files with 7 additions and 7 deletions

View File

@@ -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.
*/

View File

@@ -130,7 +130,7 @@ InitRecoveryTransactionEnvironment(void)
*
* This must be called even in shutdown of startup process if transaction
* tracking has been initialized. Otherwise some locks the tracked
* transactions were holding will not be released and and may interfere with
* transactions were holding will not be released and may interfere with
* the processes still running (but will exit soon later) at the exit of
* startup process.
*/