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

Commitc23e7ea

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 parent1aadc50 commitc23e7ea

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)

[8]ページ先頭

©2009-2025 Movatter.jp