fix comment typo in xlogprefetcher.c - Mailing list pgsql-hackers

From kato-sho@fujitsu.com
Subject fix comment typo in xlogprefetcher.c
Date
Msg-id TYCPR01MB684954052EC534A3261B29249F5C9@TYCPR01MB6849.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: fix comment typo in xlogprefetcher.c  (Michael Paquier <michael@paquier.xyz>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: use has_privs_of_role() for pg_hba.conf
Next
From: Peter Smith
Date:
Subject: Re: Support logical replication of DDLs