Обсуждение: pgsql: Change position of field "transformed" in struct CreateStatsStmt

Поиск
Список
Период
Сортировка

pgsql: Change position of field "transformed" in struct CreateStatsStmt

От
Noah Misch
Дата:
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/13a1ca160dcfc316c9f4005891a312f5a84c5ca2

Modified Files
--------------
src/backend/parser/parse_utilcmd.c | 2 +-
src/include/nodes/parsenodes.h     | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)