Re: Bison crashes postgresql

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Bison crashes postgresql
Дата
Msg-id 4A9BD792.1080007@dunslane.net
обсуждение исходный текст
Ответ на Bison crashes postgresql  (Werner Echezuria <wercool@gmail.com>)
Ответы Re: Bison crashes postgresql  (Hans-Juergen Schoenig -- PostgreSQL <postgres@cybertec.at>)
Список pgsql-hackers

Werner Echezuria wrote:
> Hi, I have a code in which I translate some code from sqlf to sql, but
> when it comes to yy_parse the server crashes, I have no idea why,
> because it works fine in other situations.
>   

I don't understand why you're doing what you're doing this way. Wouldn't 
it be better to patch the main postgres parser and make your 
functionality first class rather than having it run via an SQL string 
and a function that calls a secondary parser?

cheers

andrew




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

Предыдущее
От: Jean-Paul Argudo
Дата:
Сообщение: Feature request : add REMAP_SCHEMA-like option to pg_restore
Следующее
От: Hans-Juergen Schoenig -- PostgreSQL
Дата:
Сообщение: Re: combined indexes with Gist - planner issues?