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

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема pgsql: Reorder COMPRESSION option in gram.y and parsenodes.h into alpha
Дата
Msg-id E1lZsmJ-00038V-I5@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Mention that toplevel is part of pg_stat_statements key.
Следующее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Mark multirange_constructor0() and multirange_constructor2() str