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

Commitc4a4e76

Browse files
committed
Fix incorrect comments for Memoize struct
Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/0635f5aa-4973-8dc2-4e4e-df9fd5778a65@enterprisedb.comBackpatch-through: 14, where Memoize was added
1 parent0ff2028 commitc4a4e76

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/include/nodes/plannodes.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -824,8 +824,9 @@ typedef struct Memoize
824824
intnumKeys;/* size of the two arrays below */
825825

826826
Oid*hashOperators;/* hash operators for each key */
827-
Oid*collations;/* cache keys */
828-
List*param_exprs;/* exprs containing parameters */
827+
Oid*collations;/* collations for each key */
828+
List*param_exprs;/* cache keys in the form of exprs containing
829+
* parameters */
829830
boolsinglerow;/* true if the cache entry should be marked as
830831
* complete after we store the first tuple in
831832
* it. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp