pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha
Date
Msg-id E1lZsmJ-00038V-I5@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.

Commit bbe0a81db6 introduced "INCLUDING COMPRESSION" option
in CREATE TABLE command, but previously TableLikeOption in gram.y and
parsenodes.h didn't classify this new option in alphabetical order
with the rest.

Author: Fujii Masao
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/YHerAixOhfR1ryXa@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3f20d5f37086e548c32ddb9d6ae09c2e1ce300ce

Modified Files
--------------
src/backend/parser/gram.y      |  2 +-
src/include/nodes/parsenodes.h | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: Magnus Hagander
Date:
Subject: pgsql: Mention that toplevel is part of pg_stat_statements key.
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Mark multirange_constructor0() and multirange_constructor2() str