Re: pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Date
Msg-id 660756.1623006831@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS  (Tomas Vondra <tomas.vondra@postgresql.org>)
List pgsql-committers
Tomas Vondra <tomas.vondra@postgresql.org> writes:
> Catversion bump, due to adding a flag to copy/equal/out functions.

FWIW, it's not necessary to do a catversion bump unless you had
occasion to touch readfuncs.c.  A node type with only outfuncs.c
support cannot appear in stored rules, hence no need for catversion
change.  It's not terribly important in this context, of course.

            regards, tom lane



pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
Next
From: Tom Lane
Date:
Subject: pgsql: Fix inconsistent equalfuncs.c behavior for FuncCall.funcformat.