Re: Typo in optimizer/README

2018-08-09 Thread Tatsuro Yamada
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. Tha

Re: Typo in optimizer/README

2018-08-09 Thread Heikki Linnakangas
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

Typo in optimizer/README

2018-08-09 Thread Tatsuro Yamada
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 diff --git a/src/backend/optimizer/README b/s