Fix comment in xlogprefetcher.c

Author: Sho Kato
Discussion: https://postgr.es/m/TYCPR01MB684954052EC534A3261B29249F5C9@TYCPR01MB6849.jpnprd01.prod.outlook.com
This commit is contained in:
Michael Paquier 2022-10-06 20:25:02 +09:00
parent 051b096b8d
commit 5757141cae
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
* avoid a second buffer mapping table lookup.
*
* Currently, only the main fork is considered for prefetching. Currently,
* prefetching is only effective on systems where BufferPrefetch() does
* prefetching is only effective on systems where PrefetchBuffer() does
* something useful (mainly Linux).
*
*-------------------------------------------------------------------------