mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
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
This commit is contained in:
@ -2778,6 +2778,7 @@ _outCreateStatsStmt(StringInfo str, const CreateStatsStmt *node)
|
||||
WRITE_NODE_FIELD(exprs);
|
||||
WRITE_NODE_FIELD(relations);
|
||||
WRITE_STRING_FIELD(stxcomment);
|
||||
WRITE_BOOL_FIELD(transformed);
|
||||
WRITE_BOOL_FIELD(if_not_exists);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user