Add transformed flag to nodes/*funcs.c for CREATE STATISTICS
authorTomas Vondra <tomas.vondra@postgresql.org>
Sun, 6 Jun 2021 18:52:58 +0000 (20:52 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Sun, 6 Jun 2021 18:52:58 +0000 (20:52 +0200)
commitd57ecebd128cdf2f4844a2ea4d35ff28d7d69be8
tree6cb8073557fcf2d854116271b73b8fc0d3c528cc
parenta2dee328bbe5b1979bbc6a784deb86a336c9cd74
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
src/backend/nodes/copyfuncs.c
src/backend/nodes/equalfuncs.c
src/backend/nodes/outfuncs.c
src/include/catalog/catversion.h