Thread: Typo in release notes for pg14

Typo in release notes for pg14

From
Erwin Brandstetter
Date:

> 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

Re: Typo in release notes for pg14

From
Daniel Gustafsson
Date:
> On 23 Sep 2021, at 16:26, Erwin Brandstetter <brsaweda@gmail.com> 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 inner side of a nested-loop join (David Rowley)

Memoize is actually the correct term here, see for example the below commit:

https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=83f4fcc65503c5d4e5d5eefc8e7a70d3c9a6496f

--
Daniel Gustafsson        https://vmware.com/




Re: Typo in release notes for pg14

From
Tom Lane
Date:
Erwin Brandstetter <brsaweda@gmail.com> 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 Rowley)

No, "memoize" is the intended spelling.

            regards, tom lane



Re: Typo in release notes for pg14

From
Erwin Brandstetter
Date:

On Thu, 23 Sep 2021, 16:45 Tom Lane, <tgl@sss.pgh.pa.us> wrote:

No, "memoize" is the intended spelling.

                        regards, tom lane

Oh,  my bad. Cool new term. Thanks.