aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-07-09 16:15:25 +1200
committerDavid Rowley <drowley@postgresql.org>2023-07-09 16:15:25 +1200
commit3883ef3236e583cd21cea1fdb469f4c13a11a82d (patch)
tree01c2e4cbc30ddc6ecf45e59a4f2000e0440e3990
parent432fbeaa522ebad417ec0104aee9bd9bd3bfc3ff (diff)
downloadpostgresql-3883ef3236e583cd21cea1fdb469f4c13a11a82d.tar.gz
postgresql-3883ef3236e583cd21cea1fdb469f4c13a11a82d.zip
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
-rw-r--r--doc/src/sgml/config.sgml5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml
index 058519d31cb..9de21244fe5 100644
--- a/doc/src/sgml/config.sgml
+++ b/doc/src/sgml/config.sgml
@@ -1829,9 +1829,8 @@ include_dir 'conf.d'
fact in mind when choosing the value. Sort operations are used
for <literal>ORDER BY</literal>, <literal>DISTINCT</literal>,
and merge joins.
- Hash tables are used in hash joins, hash-based aggregation, result
- cache nodes and hash-based processing of <literal>IN</literal>
- subqueries.
+ Hash tables are used in hash joins, hash-based aggregation, memoize
+ nodes and hash-based processing of <literal>IN</literal> subqueries.
</para>
<para>
Hash-based operations are generally more sensitive to memory