pgsql: Change position of field "transformed" in struct CreateStatsStmt - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Change position of field "transformed" in struct CreateStatsStmt
Date
Msg-id E1lrZEk-0001h8-JG@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Use the correct article for abbreviations
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve psql tab completion for options of subcriptions and publ