Reorder COMPRESSION option in gram.y and parsenodes.h into alphabetical order.
authorFujii Masao <fujii@postgresql.org>
Fri, 23 Apr 2021 10:10:24 +0000 (19:10 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 23 Apr 2021 10:10:24 +0000 (19:10 +0900)
commit3f20d5f37086e548c32ddb9d6ae09c2e1ce300ce
tree147836abdea963d1c1da340810080a67fb19661c
parent7531fcb1fcf5b3ea2f49959a3f095c083e3fc4c4
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: http://postgr.es/m/YHerAixOhfR1ryXa@paquier.xyz
src/backend/parser/gram.y
src/include/nodes/parsenodes.h