Extra word in src/backend/optimizer/README
Hi,
Here is a small patch to remove $SUBJECT: s/has contains/contains/
Best regards,
Etsuro Fujita
Attachments:
optimizer-readme-typo.patchtext/x-diff; name=optimizer-readme-typo.patchDownload
diff --git a/src/backend/optimizer/README b/src/backend/optimizer/README
index 0db3d36..9c852a1 100644
--- a/src/backend/optimizer/README
+++ b/src/backend/optimizer/README
@@ -1109,7 +1109,7 @@ of joining relations.
Partitionwise aggregates/grouping
---------------------------------
-If the GROUP BY clause has contains all of the partition keys, all the rows
+If the GROUP BY clause contains all of the partition keys, all the rows
that belong to a given group must come from a single partition; therefore,
aggregation can be done completely separately for each partition. Otherwise,
partial aggregates can be computed for each partition, and then finalized
On Thu, Aug 30, 2018 at 1:27 PM, Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>
wrote:
Hi,
Here is a small patch to remove $SUBJECT: s/has contains/contains/
Definitely looks correct. A good first test to verify your own commit/push
privileges, perhaps?
--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>
(2018/08/31 4:37), Magnus Hagander wrote:
On Thu, Aug 30, 2018 at 1:27 PM, Etsuro Fujita
<fujita.etsuro@lab.ntt.co.jp <mailto:fujita.etsuro@lab.ntt.co.jp>> wrote:
Here is a small patch to remove $SUBJECT: s/has contains/contains/
Definitely looks correct. A good first test to verify your own
commit/push privileges, perhaps?
Yeah, this is a good exercise for me, so I committed the patch.
Thanks!
Best regards,
Etsuro Fujita