Re: enable_resultcache confusion

David Rowley <dgrowleyml@gmail.com>

From: David Rowley <dgrowleyml@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: "David G. Johnston" <david.g.johnston@gmail.com>, Robert Haas <robertmhaas@gmail.com>, Bruce Momjian <bruce@momjian.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-07-09T15:35:29Z
Lists: pgsql-hackers
On Fri, 9 Jul 2021 at 06:00, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> Maybe name the plan node type Memoize, and the GUC "enable_memoize"?

I really like that name.

I'll wait to see if anyone else wants to voice their opinion before I
do any renaming work.

David



Commits

  1. Change the name of the Result Cache node to Memoize