Typo in optimizer/README

Started by Tatsuro Yamadaover 7 years ago3 messages
#1Tatsuro Yamada
yamada.tatsuro@lab.ntt.co.jp
1 attachment(s)

Hi,

Attached patch for fixing a typo in optimizer/README.

s/Partition-wise/Partitionwise/

It is the only place the keyword "Partition-wise" exists, so I created the patch.

Regards,

Tatsuro Yamada
NTT Open Source Software Center

Attachments:

fix_optimizer_readme.patchtext/x-patch; name=fix_optimizer_readme.patchDownload
diff --git a/src/backend/optimizer/README b/src/backend/optimizer/README
index 15af9ceff5..53f02b5300 100644
--- a/src/backend/optimizer/README
+++ b/src/backend/optimizer/README
@@ -1106,7 +1106,7 @@ PartitionSchemeData object.  This reduces memory consumed by
 PartitionSchemeData objects and makes it easy to compare the partition schemes
 of joining relations.
 
-Partition-wise aggregates/grouping
+Partitionwise aggregates/grouping
 ----------------------------------
 
 If the GROUP BY clause has contains all of the partition keys, all the rows
#2Heikki Linnakangas
hlinnaka@iki.fi
In reply to: Tatsuro Yamada (#1)
Re: Typo in optimizer/README

On 09/08/18 10:22, Tatsuro Yamada wrote:

Attached patch for fixing a typo in optimizer/README.

s/Partition-wise/Partitionwise/

It is the only place the keyword "Partition-wise" exists, so I created the patch.

Thanks, fixed, and also one in a comment in postgres_fdw's regression
test. I'm not sure which spelling is better, but I agree we should be
consistent.

- Heikki

#3Tatsuro Yamada
yamada.tatsuro@lab.ntt.co.jp
In reply to: Heikki Linnakangas (#2)
Re: Typo in optimizer/README

Hi Heikki,

On 2018/08/09 16:45, Heikki Linnakangas wrote:

On 09/08/18 10:22, Tatsuro Yamada wrote:

Attached patch for fixing a typo in optimizer/README.

s/Partition-wise/Partitionwise/

It is the only place the keyword "Partition-wise" exists, so I created the patch.

Thanks, fixed, and also one in a comment in postgres_fdw's regression test. I'm not sure which spelling is better, but I agree we should be consistent.

Oh, I forgot to grep contrib directory. Thanks! :)

Tatsuro Yamada
NTT Open Source Software Center