Re: Typo in optimizer/README
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Tatsuro Yamada <yamada.tatsuro@lab.ntt.co.jp>,
pgsql-hackers@postgresql.org
Date: 2018-08-09T07:45:08Z
Lists: pgsql-hackers
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
Commits
-
Spell "partitionwise" consistently.
- 31380bc7c204 12.0 landed
- 83f2691a3f2b 11.0 landed