Re: Cleanup: remove unused fields from nodes

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Matthias van de Meent <boekewurm+postgres@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, Etsuro Fujita <etsuro.fujita@gmail.com>, Amit Kapila <amit.kapila16@gmail.com>
Date: 2024-04-24T07:28:21Z
Lists: pgsql-hackers

Attachments

On Tue, Apr 23, 2024 at 11:03:40PM -0400, Tom Lane wrote:
> Hah.  Seems like the comment for isall needs to explain that it
> exists for this purpose, so we don't make this mistake again.

How about something like the attached?
--
Michael

Commits

  1. Improve comment of DeallocateStmt->isall

  2. Remove some unnecessary fields from executor nodes.

  3. Add SQL/JSON query functions

  4. Add support for doing late row locking in FDWs.