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

Поиск
Список
Период
Сортировка
От Noah Misch
Тема pgsql: Change position of field "transformed" in struct CreateStatsStmt
Дата
Msg-id E1lrZEk-0001h8-JG@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Use the correct article for abbreviations
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Improve psql tab completion for options of subcriptions and publ