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

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change position of field "transformed" in struct CreateStatsStmt
Date: 2021-06-11 04:57:42
Message-ID: E1lrZEk-0001h8-JG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-06-11 06:56:34 pgsql: Improve psql tab completion for options of subcriptions and publ
Previous Message David Rowley 2021-06-11 01:38:28 pgsql: Use the correct article for abbreviations