Re: fix comment typo in xlogprefetcher.c
On Thu, Oct 06, 2022 at 08:12:37AM +, kato-...@fujitsu.com wrote: > I found a comment typo in xlogprefetcher.c. > Any thoughts? Fixed, thanks. -- Michael signature.asc Description: PGP signature
fix comment typo in xlogprefetcher.c
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