Re: Remove Value node struct

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Remove Value node struct
Date: 2021-08-25 13:49:18
Message-ID: CA+TgmoZ6h5f_BwH+PoELgFCgDbW-vEhxVrk6z1VT3W8e6x6oBg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Aug 25, 2021 at 9:20 AM Peter Eisentraut
<peter(dot)eisentraut(at)enterprisedb(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-08-25 13:50:13 Re: [PATCH] document
Previous Message Robert Haas 2021-08-25 13:39:24 Re: Parallel scan with SubTransGetTopmostTransaction assert coredump