Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3883ef3

Browse files
committed
Doc: update old reference to "result cache"
During the PostgreSQL 14 cycle, the Memoize executor node was brieflycalled "Result Cache" until it was renamed in83f4fcc. That commitmissed one reference.Reported-by: Paul A JungwirthPackpatch-through: 14, where Memoize was addedDiscussion:https://postgr.es/m/CA+renyX=40YXhsfPTzn13oNOPO3TJ12CK9GX-2P2pvnQiScefA@mail.gmail.com
1 parent432fbea commit3883ef3

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
@@ -1829,9 +1829,8 @@ include_dir 'conf.d'
18291829
fact in mind when choosing the value. Sort operations are used
18301830
for <literal>ORDER BY</literal>, <literal>DISTINCT</literal>,
18311831
and merge joins.
1832-
Hash tables are used in hash joins, hash-based aggregation, result
1833-
cache nodes and hash-based processing of <literal>IN</literal>
1834-
subqueries.
1832+
Hash tables are used in hash joins, hash-based aggregation, memoize
1833+
nodes and hash-based processing of <literal>IN</literal> subqueries.
18351834
</para>
18361835
<para>
18371836
Hash-based operations are generally more sensitive to memory

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp