A typo in guc.c

Started by Kyotaro Horiguchiover 7 years ago3 messageshackers
Jump to latest
#1Kyotaro Horiguchi
horikyota.ntt@gmail.com

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

Attachments:

fix_typo_enable_parallel_hash.patchtext/x-patch; charset=us-asciiDownload+1-1
#2Michael Paquier
michael@paquier.xyz
In reply to: Kyotaro Horiguchi (#1)
Re: A typo in guc.c

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

#3Kyotaro Horiguchi
horikyota.ntt@gmail.com
In reply to: Michael Paquier (#2)
Re: A typo in guc.c

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