Thread
Commits
-
Fix typo in description of enable_parallel_hash
- 87c596cda6d7 11.0 landed
- d8c83800c3ed 12.0 landed
-
A typo in guc.c
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> — 2018-08-21T02:58:41Z
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 -
Re: A typo in guc.c
Michael Paquier <michael@paquier.xyz> — 2018-08-21T03:17:57Z
On Tue, Aug 21, 2018 at 11:58:41AM +0900, Kyotaro HORIGUCHI wrote: > The "user" should be "use". > > As you(who?) know, this applies only 11 and dev. Thanks, applied. -- Michael
-
Re: A typo in guc.c
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> — 2018-08-21T08:17:31Z
At Tue, 21 Aug 2018 12:17:57 +0900, Michael Paquier <michael@paquier.xyz> wrote in <20180821031757.GF2897@paquier.xyz> > On Tue, Aug 21, 2018 at 11:58:41AM +0900, Kyotaro HORIGUCHI wrote: > > The "user" should be "use". > > > > As you(who?) know, this applies only 11 and dev. > > Thanks, applied. Thank you. regards. -- Kyotaro Horiguchi NTT Open Source Software Center