pgsql: Clean up optional rules in grammar

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Clean up optional rules in grammar
Дата
Msg-id E1kd6iD-0000hZ-JF@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Clean up optional rules in grammar

Various rules for optional keywords contained unnecessary rules and
type declarations.  Remove those, thus making the output a tiny bit
smaller.

Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Discussion: https://www.postgresql.org/message-id/flat/e9eed669-e32d-6919-fed4-acc0daea857b%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1b2b19f7584b7c0025aa40862cd38c79d340be7d

Modified Files
--------------
src/backend/parser/gram.y | 80 +++++++++++++++++++++++------------------------
1 file changed, 40 insertions(+), 40 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: pgsql: Fix typo in contrib/pg_trgm/pg_trgm--1.4--1.5.sql
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Allow pg_rewind to use a standby server as the source system.