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

From Etsuro Fujita
Subject [HACKERS] Typos in src/backend/optimizer/README
Date
Msg-id cc7767b6-6a1b-74a2-8b3c-48b8e64c12ed@lab.ntt.co.jp
Whole thread Raw
Responses Re: [HACKERS] Typos in src/backend/optimizer/README
List 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

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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: [HACKERS] Implementing pg_receivewal --no-sync
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] WIP: BRIN bloom indexes