Re: weird comments in Memoize nodes

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: weird comments in Memoize nodes
Date: 2022-05-16 20:02:37
Message-ID: CAApHDvr5bz52L7Fw-JsbUia3fAt2EX-sFeiqD7x-MLuUHFMk_Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 17 May 2022 at 04:21, Peter Eisentraut
<peter(dot)eisentraut(at)enterprisedb(dot)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

Attachment Content-Type Size
fix_memoize_comments.patch text/plain 731 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2022-05-16 22:51:52 Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?
Previous Message Alvaro Herrera 2022-05-16 19:33:28 Re: JSON Functions and Operators Docs for v15