fix comment typo in xlogprefetcher.c

Поиск
Список
Период
Сортировка
От kato-sho@fujitsu.com
Тема fix comment typo in xlogprefetcher.c
Дата
Msg-id TYCPR01MB684954052EC534A3261B29249F5C9@TYCPR01MB6849.jpnprd01.prod.outlook.com
обсуждение исходный текст
Ответы Re: fix comment typo in xlogprefetcher.c  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers

Hello

 

I found a comment typo in xlogprefetcher.c.

Any thoughts?

 

--- a/src/backend/access/transam/xlogprefetcher.c

+++ b/src/backend/access/transam/xlogprefetcher.c

@@ -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).

  *

  *-------------------------------------------------------------------------

 

regards sho kato

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: use has_privs_of_role() for pg_hba.conf
Следующее
От: Peter Smith
Дата:
Сообщение: Re: Support logical replication of DDLs