1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-27 00:12:01 +03:00

Fix a few more duplicate words in comments

Similar to 84fd3bc14 but these ones were found using a regex that can span
multiple lines.

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 13:50:50 +12:00
parent 84fd3bc141
commit 78eda9e264
3 changed files with 4 additions and 4 deletions

View File

@@ -583,8 +583,8 @@ GetAccessStrategy(BufferAccessStrategyType btype)
/*
* We would like the ring to additionally have space for the
* the configured degree of IO concurrency. While being read
* in, buffers can obviously not yet be reused.
* configured degree of IO concurrency. While being read in,
* buffers can obviously not yet be reused.
*
* Each IO can be up to io_combine_limit blocks large, and we
* want to start up to effective_io_concurrency IOs.