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-14T17:07:40Z
Lists: pgsql-hackers
On Mon, Dec 4, 2023 at 3:42 AM Richard Guo <guofenglinux@gmail.com> wrote:
> Then here is a trivial patch to adjust the comment, which should get
> reverted along with 867be9c07.

Richard, since you're a committer now, maybe you'd like to commit
this. I don't really understand the portion of your commit message
inside the parentheses and would suggest that you just delete that,
but the rest seems fine.

If you do commit it, also update the status at
https://commitfest.postgresql.org/48/4683/

-- 
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.