We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8b93c6 commit 3f712eaCopy full SHA for 3f712ea
src/include/nodes/plannodes.h
@@ -806,8 +806,9 @@ typedef struct Memoize
806
int numKeys; /* size of the two arrays below */
807
808
Oid *hashOperators; /* hash operators for each key */
809
- Oid *collations; /* cache keys */
810
- List *param_exprs; /* exprs containing parameters */
+ Oid *collations; /* collations for each key */
+ List *param_exprs; /* cache keys in the form of exprs containing
811
+ * parameters */
812
bool singlerow; /* true if the cache entry should be marked as
813
* complete after we store the first tuple in
814
* it. */
0 commit comments