Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to
Дата
Msg-id 4CC1B0DA.3070907@enterprisedb.com
обсуждение исходный текст
Ответ на Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
On 22.10.2010 18:10, Tom Lane wrote:
> * You forgot a semicolon here:
>
> +           | ColId_or_Sconst                       { $$ = $1 }
> should be
> +           | ColId_or_Sconst                       { $$ = $1; }
>
> I think this will work as-is in some versions of bison, but not all.

Ah yes, it worked for me.

> * The SGML documentation keyword appendix needs an update too, no?

Hmm, I thought the list is automatically updated, but apparently not.

Thanks, fixed.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Make OFF keyword unreserved. It's not hard to imagine wanting to
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Add semicolon, missed in previous patch. And update the keyword