pgsql: Doc: update old reference to "result cache"

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Doc: update old reference to "result cache"
Date: 2023-07-09 04:14:33
Message-ID: E1qILog-002bj2-07@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Doc: update old reference to "result cache"

During the PostgreSQL 14 cycle, the Memoize executor node was briefly
called "Result Cache" until it was renamed in 83f4fcc65. That commit
missed one reference.

Reported-by: Paul A Jungwirth
Packpatch-through: 14, where Memoize was added
Discussion: https://postgr.es/m/CA+renyX=40YXhsfPTzn13oNOPO3TJ12CK9GX-2P2pvnQiScefA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c23e7ea4d6a44cd0f6948d362a8477f14a3f849c

Modified Files
--------------
doc/src/sgml/config.sgml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2023-07-09 04:15:15 pgsql: Doc: update old reference to "result cache"
Previous Message Thomas Munro 2023-07-09 04:09:02 pgsql: Remove obsolete comment and code from fe-auth.c.