1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-25 13:17:41 +03:00

Fix a few duplicate words in comments

These are all new to v18

Author: David Rowley <dgrowleyml@gmail.com>
Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
David Rowley
2025-04-21 10:41:18 +12:00
parent 8180136652
commit 84fd3bc141
9 changed files with 14 additions and 14 deletions

View File

@@ -159,7 +159,7 @@ struct PgAioTargetInfo
{
/*
* To support executing using worker processes, the file descriptor for an
* IO may need to be be reopened in a different process.
* IO may need to be reopened in a different process.
*/
void (*reopen) (PgAioHandle *ioh);