Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Cc: David Rowley <dgrowleyml(at)gmail(dot)com>, Alexander Korotkov <akorotkov(at)postgresql(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Date: 2025-04-07 15:04:09
Message-ID: 3461112.1744038249@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Melanie Plageman <melanieplageman(at)gmail(dot)com> writes:
> Yea, my email was held in moderation for days. I guess cross-posting is
> flagged. I thought I saw people regularly cc pgsql-hackers when replying to
> pgsql-committers, but I guess not.

Yeah, that used to be common practice, but we made a policy change
to discourage cross-posting a few years ago. Too many newbies
cross-posting questions to umpteen lists.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-07 15:06:17 pgsql: Add local-address escape "%L" to log_line_prefix.
Previous Message Andrew Dunstan 2025-04-07 15:03:10 pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2025-04-07 15:05:27 Re: [PATCH] Fix build on MINGW on ARM64
Previous Message Andres Freund 2025-04-07 14:43:40 Re: [PoC] Federated Authn/z with OAUTHBEARER