Re: enable_resultcache confusion

Justin Pryzby <pryzby@telsasoft.com>

From: Justin Pryzby <pryzby@telsasoft.com>
To: David Rowley <dgrowleyml@gmail.com>
Cc: Robert Haas <robertmhaas@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>, "David G. Johnston" <david.g.johnston@gmail.com>, Bruce Momjian <bruce@momjian.us>, pgsql-hackers@postgresql.org
Date: 2021-07-11T15:22:54Z
Lists: pgsql-hackers
On Mon, Jul 12, 2021 at 02:56:58AM +1200, David Rowley wrote:
> On Sat, 10 Jul 2021 at 07:30, Robert Haas <robertmhaas@gmail.com> wrote:
> >
> > On Fri, Jul 9, 2021 at 11:35 AM David Rowley <dgrowleyml@gmail.com> wrote:
> > > I really like that name.
> > >
> > > I'll wait to see if anyone else wants to voice their opinion before I
> > > do any renaming work.
> >
> > I like it, too.
> 
> Great.  I've attached my first draft patch to do the renaming.

In REL_14, maybe you'd also want to update the release notes reference

|        This is useful if only a small percentage of rows is checked on
|        the inner side and is controlled by <xref
|        linkend="guc-enable-resultcache"/>.

-- 
Justin



Commits

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