Re: Bison crashes postgresql

From: Hans-Juergen Schoenig -- PostgreSQL <postgres(at)cybertec(dot)at>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: Werner Echezuria <wercool(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Bison crashes postgresql
Date: 2009-08-31 14:07:40
Message-ID: 4A9BD92C.7020706@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Sabino Mullane 2009-08-31 14:15:08 Re: Add YAML option to explain
Previous Message Hans-Juergen Schoenig -- PostgreSQL 2009-08-31 14:06:22 Re: combined indexes with Gist - planner issues?