Thread
Commits
-
Fix incorrect grammar.
- 23209457314f 11.0 landed
-
Incorrect grammar
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> — 2018-02-06T10:22:34Z
Hi, While reviewing the lazy-initialization-of-partition-info-for-tuple-routing patch, I ran into a grammar mistake in a comment in ExecSetupChildParentMapForLeaf. Attached is a patch for fixing that. Best regards, Etsuro Fujita
-
Re: Incorrect grammar
Robert Haas <robertmhaas@gmail.com> — 2018-02-06T20:51:17Z
On Tue, Feb 6, 2018 at 5:22 AM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> wrote: > While reviewing the > lazy-initialization-of-partition-info-for-tuple-routing patch, I ran > into a grammar mistake in a comment in ExecSetupChildParentMapForLeaf. > Attached is a patch for fixing that. Committed. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
-
Re: Incorrect grammar
Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp> — 2018-02-07T10:38:02Z
(2018/02/07 5:51), Robert Haas wrote: > On Tue, Feb 6, 2018 at 5:22 AM, Etsuro Fujita > <fujita.etsuro@lab.ntt.co.jp> wrote: >> While reviewing the >> lazy-initialization-of-partition-info-for-tuple-routing patch, I ran >> into a grammar mistake in a comment in ExecSetupChildParentMapForLeaf. >> Attached is a patch for fixing that. > > Committed. Thank you. Best regards, Etsuro Fujita