Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c23e7ea

Browse files
committed
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 1aadc50 commit c23e7ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

doc/src/sgml/config.sgml

+2-3
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)