Re: Typo in release notes for pg14

2021-09-23 Thread Erwin Brandstetter
On Thu, 23 Sep 2021, 16:45 Tom Lane, wrote: > > No, "memoize" is the intended spelling. > > regards, tom lane Oh, my bad. Cool new term. Thanks.

Re: Typo in release notes for pg14

2021-09-23 Thread Tom Lane
Erwin Brandstetter writes: > https://www.postgresql.org/docs/14/release-14.html#id-1.11.6.5.5.3.7 >> Add executor method to memoize results from the inner side of a > nested-loop join (David Rowley) > -> > Add executor method to memorize results from the inner side of a > nested-loop join (David

Re: Typo in release notes for pg14

2021-09-23 Thread Daniel Gustafsson
> On 23 Sep 2021, at 16:26, Erwin Brandstetter wrote: > > https://www.postgresql.org/docs/14/release-14.html#id-1.11.6.5.5.3.7 > > > Add executor method to memoize results from the inner side of a nested-loop > > join (David Rowley) > > -> > Add executor method to memorize results from the inn

Typo in release notes for pg14

2021-09-23 Thread Erwin Brandstetter
https://www.postgresql.org/docs/14/release-14.html#id-1.11.6.5.5.3.7 > Add executor method to memoize results from the inner side of a nested-loop join (David Rowley) -> Add executor method to memorize results from the inner side of a nested-loop join (David Rowley) Regards Erwin