pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha
Date: 2021-04-23 10:11:15
Message-ID: E1lZsmJ-00038V-I5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2021-04-23 10:26:23 pgsql: Mark multirange_constructor0() and multirange_constructor2() str
Previous Message Magnus Hagander 2021-04-23 09:46:37 pgsql: Mention that toplevel is part of pg_stat_statements key.