Re: Rename EXISTS-to-ANY converted subplan to exists_to_any

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, solai v <solai(dot)cdac(at)gmail(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pgsql Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Rename EXISTS-to-ANY converted subplan to exists_to_any
Date: 2026-08-13 13:05:17
Message-ID: CAHGQGwE3cCp0oUkG6m0yjPeVKY0mrCaD6x-sqN_g=jTmeoYkYg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 5, 2026 at 12:00 PM Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp> wrote:
> As we'd like to get this into v19 if possible, I'd like to check one more time
> if there are any objections to this change.

I've updated the source comment in subselect.c and the commit message.
Attached is v2 of the patch.

Since there do not seem to be any objections to this change,
I will commit v2 shortly.

Regards,

--
Fujii Masao

Attachment Content-Type Size
v2-0001-Rename-EXISTS-to-ANY-converted-subplan-to-exists_.patch application/octet-stream 9.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Palak Chaturvedi 2026-08-13 13:30:04 Re: Better shared data structure management and resizable shared data structures
Previous Message Heikki Linnakangas 2026-08-13 12:34:02 Re: Fix unsafe coding in ResourceOwnerReleaseAll()