Re: [HACKERS] Typos in src/backend/optimizer/README - Mailing list pgsql-hackers

From Etsuro Fujita
Subject Re: [HACKERS] Typos in src/backend/optimizer/README
Date
Msg-id 73cefc2f-597f-3eca-d90b-b2440f743714@lab.ntt.co.jp
Whole thread Raw
In response to Re: [HACKERS] Typos in src/backend/optimizer/README  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On 2017/10/28 18:15, Robert Haas wrote:
> On Fri, Oct 27, 2017 at 9:34 AM, Etsuro Fujita
> <fujita.etsuro@lab.ntt.co.jp> wrote:
>> This sentence in the section of Partition-wise joins in
>> src/backend/optimizer/README should be fixed: "This technique of breaking
>> down a join between partition tables into join between their partitions is
>> called partition-wise join."
>>
>> (1) s/a join between partition tables/a join between partitioned tables/
>> (2) s/join between their partitions/joins between their partitions/
>>
>> It might be okay to leave #2 as-is, but I'd like to propose to change that
>> way to make the meaning clear.
> 
> I think you are right.  I have committed the patch.

Thank you.

Best regards,
Etsuro Fujita



-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: [HACKERS] logical decoding of two-phase transactions
Next
From: Amit Kapila
Date:
Subject: Re: [HACKERS] Parallel safety for extern params