Обсуждение: pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha

Поиск
Список
Период
Сортировка

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

От
Fujii Masao
Дата:
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(-)