8000
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 0ff2028 commit c4a4e76Copy full SHA for c4a4e76
src/include/nodes/plannodes.h
@@ -824,8 +824,9 @@ typedef struct Memoize
824
int numKeys; /* size of the two arrays below */
825
826
Oid *hashOperators; /* hash operators for each key */
827
- Oid *collations; /* cache keys */
828
- List *param_exprs; /* exprs containing parameters */
+ Oid *collations; /* collations for each key */
+ List *param_exprs; /* cache keys in the form of exprs containing
829
+ * parameters */
830
bool singlerow; /* true if the cache entry should be marked as
831
* complete after we store the first tuple in
832
* it. */
0 commit comments