A typo in guc.c

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: A typo in guc.c
Date: 2018-08-21 02:58:41
Message-ID: 20180821.115841.93250330.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, I found a typo in guc.c.

> {"enable_parallel_hash", PGC_USERSET, QUERY_TUNING_METHOD,
> - gettext_noop("Enables the planner's user of parallel hash plans."),
> + gettext_noop("Enables the planner's use of parallel hash plans."),

The "user" should be "use".

As you(who?) know, this applies only 11 and dev.

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
fix_typo_enable_parallel_hash.patch text/x-patch 503 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2018-08-21 03:09:08 Re: [HACKERS] Optional message to user when terminating/cancelling backend
Previous Message Kyotaro HORIGUCHI 2018-08-21 02:49:05 Re: NLS handling fixes.