Add transformed flag to nodes/*funcs.c for CREATE STATISTICS

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: d57ecebd128cdf2f4844a2ea4d35ff28d7d69be8
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2021-06-06T18:52:58Z
Releases: 14.0
Add transformed flag to nodes/*funcs.c for CREATE STATISTICS

Commit a4d75c86bf added a new flag, tracking if the statement was
processed by transformStatsStmt(), but failed to add this flag to
nodes/*funcs.c.

Catversion bump, due to adding a flag to copy/equal/out functions.

Reported-by: Noah Misch
Discussion: https://postgr.es/m/ad7891d2-e90c-b446-9fe2-7419143847d7%40enterprisedb.com

Files

Discussion