Re: Fix a typo in autoprewarm.c - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Fix a typo in autoprewarm.c
Date
Msg-id 20180126011339.GC20836@momjian.us
Whole thread Raw
In response to Fix a typo in autoprewarm.c  (Masahiko Sawada <sawada.mshk@gmail.com>)
Responses Re: Fix a typo in autoprewarm.c
List pgsql-hackers
On Fri, Dec 22, 2017 at 02:30:56PM +0900, Masahiko Sawada wrote:
> Hi,
> 
> Attached a patch for fixing a typo in autoprewarm.c. I'm sorry if I'm mistaken.
> 
> s/withs/with/

Patch applied to head, thanks.

---------------------------------------------------------------------------


> 
> Regards,
> 
> --
> Masahiko Sawada
> NIPPON TELEGRAPH AND TELEPHONE CORPORATION
> NTT Open Source Software Center

> diff --git a/contrib/pg_prewarm/autoprewarm.c b/contrib/pg_prewarm/autoprewarm.c
> index 006c315..abf8f03 100644
> --- a/contrib/pg_prewarm/autoprewarm.c
> +++ b/contrib/pg_prewarm/autoprewarm.c
> @@ -368,7 +368,7 @@ apw_load_buffers(void)
>              if (current_db != blkinfo[i].database)
>              {
>                  /*
> -                 * Combine BlockRecordInfos for global objects withs those of
> +                 * Combine BlockRecordInfos for global objects with those of
>                   * the database.
>                   */
>                  if (current_db != InvalidOid)


-- 
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

+ As you are, so once was I.  As I am, so you will be. +
+                      Ancient Roman grave inscription +


pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Removing WITH clause support in CREATE FUNCTION, for isCachableand isStrict
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistent memory