Re: Fix a typo in autoprewarm.c

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fix a typo in autoprewarm.c
Дата
Msg-id 20180126011339.GC20836@momjian.us
обсуждение исходный текст
Ответ на Fix a typo in autoprewarm.c  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: Fix a typo in autoprewarm.c
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Removing WITH clause support in CREATE FUNCTION, for isCachableand isStrict
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS][PATCH] Applying PMDK to WAL operations for persistent memory