fix for bison warnings

Поиск
Список
Период
Сортировка
От Neil Conway
Тема fix for bison warnings
Дата
Msg-id 1016486032.6249.17.camel@jiro
обсуждение исходный текст
Ответы Re: fix for bison warnings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: fix for bison warnings  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-patches
Bison 1.34 is more picky about requiring rules to be terminated with
semi-colons. As a result, current sources generate a number of warnings.
This patch fixes that.

I'm no yacc expert, but this is pretty straight forward, so hopefully I
haven't buggered anything ;-) It passes the regression tests.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Вложения

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

Предыдущее
От: Christopher Kings-Lynne
Дата:
Сообщение: Add regression tests for ADD PRIMARY KEY
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Add regression tests for ADD PRIMARY KEY