Re: Patch for removal of RULE bracket use

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: Patch for removal of RULE bracket use
Дата
Msg-id Pine.LNX.4.21.0203081519060.21106-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на Patch for removal of RULE bracket use  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce,

On Thu, 7 Mar 2002, Bruce Momjian wrote:

> This patch completes the following TODO item:
> 
>     * Remove brackets as multi-statement rule grouping, must use parens
> 
> One question I have is whether this change is needed:
>     
>       %left         '.'
>     - %left         '[' ']'
>       %left         '(' ')'

It is unncessary to remove this. Square brackets are used elsewhere in the
grammar (arrays, opt_indirection). It is possible that the grammar
requires left to right order of precidence for these.

Gavin



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Time for 7.2.1?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Char selectivity