Re: Bison crashes postgresql

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

yes, this is the thing i had in mind as well.
what is your ultimate goal?
   many thanks,
      hans


-- 
Cybertec Schoenig & Schoenig GmbH
Reyergasse 9 / 2
A-2700 Wiener Neustadt
Web: www.postgresql-support.de



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

Предыдущее
От: Hans-Juergen Schoenig -- PostgreSQL
Дата:
Сообщение: Re: combined indexes with Gist - planner issues?
Следующее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: Add YAML option to explain