Re: Check lateral references within PHVs for memoize cache keys - Mailing list pgsql-hackers

From David Rowley
Subject Re: Check lateral references within PHVs for memoize cache keys
Date
Msg-id CAApHDvqwyM_yy+OajtfHHu=E9qO_e_WxpriZRrcnnPGhULCW+g@mail.gmail.com
Whole thread Raw
In response to Re: Check lateral references within PHVs for memoize cache keys  (Paul A Jungwirth <pj@illuminatedcomputing.com>)
Responses Re: Check lateral references within PHVs for memoize cache keys
List pgsql-hackers
On Sat, 8 Jul 2023 at 17:24, Paul A Jungwirth
<pj@illuminatedcomputing.com> wrote:
> One adjacent thing I noticed is that when we renamed "Result Cache" to
> "Memoize" this bit of the docs in config.sgml got skipped (probably
> because of the line break):
>
>         Hash tables are used in hash joins, hash-based aggregation, result
>         cache nodes and hash-based processing of <literal>IN</literal>
>         subqueries.
>
> I believe that should say "memoize nodes" instead. Is it worth
> correcting that as part of this patch? Or perhaps another one?

I just pushed a fix for this.  Thanks for reporting it.

David



pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Initial Schema Sync for Logical Replication
Next
From: Michael Paquier
Date:
Subject: Re: Autogenerate some wait events code and documentation