A typo in guc.c

Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>

From: Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>
To: pgsql-hackers@lists.postgresql.org
Date: 2018-08-21T02:58:41Z
Lists: pgsql-hackers

Attachments

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

Commits

  1. Fix typo in description of enable_parallel_hash