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
- fix_typo_enable_parallel_hash.patch (text/x-patch) patch
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
-
Fix typo in description of enable_parallel_hash
- 87c596cda6d7 11.0 landed
- d8c83800c3ed 12.0 landed