Re: weird comments in Memoize nodes
David Rowley <dgrowleyml@gmail.com>
From: David Rowley <dgrowleyml@gmail.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2022-05-16T20:02:37Z
Lists: pgsql-hackers
Attachments
- fix_memoize_comments.patch (text/plain) patch
On Tue, 17 May 2022 at 04:21, Peter Eisentraut <peter.eisentraut@enterprisedb.com> 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
Commits
-
Fix incorrect comments for Memoize struct
- 3f712ea6dc40 14.4 landed
- c4a4e760f6b0 15.0 landed