pgsql: Fix incorrect comments for Memoize struct

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix incorrect comments for Memoize struct
Date: 2022-05-19 05:14:45
Message-ID: E1nrYUn-00049B-4w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect comments for Memoize struct

Reported-by: Peter Eisentraut
Discussion: https://postgr.es/m/0635f5aa-4973-8dc2-4e4e-df9fd5778a65@enterprisedb.com
Backpatch-through: 14, where Memoize was added

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c4a4e760f6b0e7933e7d3bff0b589af9da49f8e6

Modified Files
--------------
src/include/nodes/plannodes.h | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message David Rowley 2022-05-19 05:15:22 pgsql: Fix incorrect comments for Memoize struct
Previous Message Amit Kapila 2022-05-19 03:29:13 Re: pgsql: Extend pg_publication_tables to display column list and row filt