Change position of field "transformed" in struct CreateStatsStmt.

Noah Misch <noah@leadboat.com>

Commit: 13a1ca160dcfc316c9f4005891a312f5a84c5ca2
Author: Noah Misch <noah@leadboat.com>
Date: 2021-06-11T04:56:14Z
Releases: 14.0
Change position of field "transformed" in struct CreateStatsStmt.

Resolve the disagreement with nodes/*funcs.c field order in favor of the
latter, which is better-aligned with the IndexStmt field order.  This
field is new in v14.

Discussion: https://postgr.es/m/20210611045546.GA573364@rfd.leadboat.com

Files

PathChange+/−
src/backend/parser/parse_utilcmd.c modified +1 −1
src/include/nodes/parsenodes.h modified +1 −1

Discussion