mirror of
https://github.com/postgres/postgres.git
synced 2025-08-19 23:22:23 +03:00
Remove duplicate words in comments
A few comments contained duplicate "the" in sentences, fix by removing one occurrence. Author: Vignesh C <vignesh21@gmail.com> Discussion: https://postgr.es/m/CALDaNm2aEEiPwGJmPdzBxROVvs8n75yCjKz4K1f1B2TdWpzxTA@mail.gmail.com
This commit is contained in:
@@ -281,7 +281,7 @@ new_page:
|
||||
break;
|
||||
|
||||
/*
|
||||
* If serial, we can error out if the the prefetch block doesn't stay
|
||||
* If serial, we can error out if the prefetch block doesn't stay
|
||||
* ahead of the current block.
|
||||
*/
|
||||
if (node->pstate == NULL &&
|
||||
|
Reference in New Issue
Block a user