Re: clearing opfuncid vs. parallel query - Mailing list pgsql-hackers

From Robert Haas
Subject Re: clearing opfuncid vs. parallel query
Date
Msg-id CA+TgmoZtsYk9Ez-BYV9RqhTQyzFdYd+T8ZD2GiMEhaZPFDjEXg@mail.gmail.com
Whole thread Raw
In response to Re: clearing opfuncid vs. parallel query  (YUriy Zhuravlev <u.zhuravlev@postgrespro.ru>)
Responses Re: clearing opfuncid vs. parallel query
List pgsql-hackers
On Thu, Oct 22, 2015 at 1:19 PM, YUriy Zhuravlev
<u.zhuravlev@postgrespro.ru> wrote:
> And then another question:
> What do you think if the generated equalfuncs.c, copyfuncs.c, readfuncs.c,
> outfuncs.c from XML or JSON?
> In order not to change the code in four places when changing nodes.

It would be more useful, if we're going to autogenerate code, to do it
from the actual struct definitions.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: make Gather node projection-capable
Next
From: Tom Lane
Date:
Subject: Re: make Gather node projection-capable