Re: Remove Value node struct
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2021-08-25T13:49:18Z
Lists: pgsql-hackers
On Wed, Aug 25, 2021 at 9:20 AM Peter Eisentraut <peter.eisentraut@enterprisedb.com> wrote: > This change removes the Value struct and node type and replaces them > by separate Integer, Float, String, and BitString node types that are > proper node types and structs of their own and behave mostly like > normal node types. +1. I noticed this years ago and never thought of doing anything about it. I'm glad you did think of it... -- Robert Haas EDB: http://www.enterprisedb.com
Commits
-
Remove Value node struct
- 639a86e36aae 15.0 landed
-
Remove useless casts
- cbdf75bf8053 15.0 landed