Typo in release notes for pg14
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
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:
--
Daniel Gustafsson https://vmware.com/
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