Re: automatically generating node support functions

From: Peter Eisentraut <peter(dot)eisentraut(at)enterprisedb(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: automatically generating node support functions
Date: 2021-07-19 06:59:18
Message-ID: 2f876203-7142-fa71-6d22-6ce00eb26869@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 07.06.21 22:27, Peter Eisentraut wrote:
> I wrote a script to automatically generate the node support functions
> (copy, equal, out, and read, as well as the node tags enum) from the
> struct definitions.
>
> The first eight patches are to clean up various inconsistencies to make
> parsing or generation easier.

Are there any concerns about the patches 0001 through 0008? Otherwise,
maybe we could get those out of the way.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yugo NAGATA 2021-07-19 07:00:39 Re: corruption of WAL page header is never reported
Previous Message Amit Kapila 2021-07-19 06:41:35 Re: [HACKERS] logical decoding of two-phase transactions