On Tue, 17 May 2022 at 08:02, David Rowley wrote:
> Yeah, must be a copy-pasto. I'll fix it with the attached after beta1
> is tagged.
Pushed.
David
On Tue, 17 May 2022 at 04:21, Peter Eisentraut
wrote:
> Oid*collations; /* cache keys */
> Is this a mistake, or could this be clarified?
Yeah, must be a copy-pasto. I'll fix it with the attached after beta1
is tagged.
David
diff --git a/src/include/nodes/plannodes.h b/src/inc
Consider:
typedef struct Memoize
{
Planplan;
int numKeys;/* size of the two arrays below */
Oid*hashOperators; /* hash operators for each key */
Oid*collations; /* cache keys */
List *param_exprs;/* exprs containing para