Skip to content

Commit 5f28611

Browse files
david-rowleypull[bot]
authored andcommitted
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 83f4fcc. 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
1 parent ad31947 commit 5f28611

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/config.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1891,9 +1891,8 @@ include_dir 'conf.d'
18911891
fact in mind when choosing the value. Sort operations are used
18921892
for <literal>ORDER BY</literal>, <literal>DISTINCT</literal>,
18931893
and merge joins.
1894-
Hash tables are used in hash joins, hash-based aggregation, result
1895-
cache nodes and hash-based processing of <literal>IN</literal>
1896-
subqueries.
1894+
Hash tables are used in hash joins, hash-based aggregation, memoize
1895+
nodes and hash-based processing of <literal>IN</literal> subqueries.
18971896
</para>
18981897
<para>
18991898
Hash-based operations are generally more sensitive to memory

0 commit comments

Comments
 (0)