Re: A wrong comment about search_indexed_tlist_for_var

Robert Haas <robertmhaas@gmail.com>

From: Robert Haas <robertmhaas@gmail.com>
To: Richard Guo <guofenglinux@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Alvaro Herrera <alvherre@alvh.no-ip.org>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2024-05-16T12:42:33Z
Lists: pgsql-hackers
On Thu, May 16, 2024 at 5:58 AM Richard Guo <guofenglinux@gmail.com> wrote:
> Thank you for the suggestion.  Yeah, this is a good candidate for my
> first commit. :-)  I will aim to do it during the next commitfest.

You don't need to wait for the next CommitFest to fix a comment (or a
bug). And, indeed, it's better if you do this before we branch.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



Commits

  1. Fix comment about cross-checking the varnullingrels

  2. Convert nullingrels match checks from Asserts to test-and-elog.