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

From Melanie Plageman
Subject Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Date
Msg-id CAAKRu_bkxv3cXhnhDpNbKVVKrR70Nh-oJxJdeiW3_O2kS0pbBA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-committers


On Mon, Apr 7, 2025 at 5:15 AM David Rowley <dgrowleyml@gmail.com> wrote:
Are these failures from patches applied to master prior to 3ba2cdaa?

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.

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: read_stream: Fix overflow hazard with large shared buffers
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC