Typos in src/backend/optimizer/README

From: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Typos in src/backend/optimizer/README
Date: 2017-10-27 07:34:08
Message-ID: cc7767b6-6a1b-74a2-8b3c-48b8e64c12ed@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

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.

Attached is a patch for that.

Best regards,
Etsuro Fujita

Attachment Content-Type Size
optimizer-readme-typos.patch text/plain 931 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2017-10-27 07:34:10 Re: WIP: BRIN bloom indexes
Previous Message Michael Paquier 2017-10-27 07:03:38 Re: Implementing pg_receivewal --no-sync