Cleanup SubPlanstate
Rafia Sabih <rafia.pghackers@gmail.com>
From: Rafia Sabih <rafia.pghackers@gmail.com>
To: PostgreSQL-development <pgsql-hackers@postgresql.org>
Cc: David Rowley <dgrowleyml@gmail.com>
Date: 2024-10-29T14:34:41Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Remove unused field from SubPlanState struct
- 3974bc319639 18.0 landed
Attachments
- 0001-Remove-the-unused-field-from-the-struct-SubPlanState.patch (application/x-patch) patch 0001
Hello hackers, While reviewing a related patch, it came to the notice that tab_eq_funcs in the SubPlanState is not used. Hence the patch. -- Regards, Rafia Sabih CYBERTEC PostgreSQL International GmbH