Re: Updatable views/with check option parsing - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Updatable views/with check option parsing
Date
Msg-id 200605270023.49267.peter_e@gmx.net
Whole thread Raw
In response to Re: Updatable views/with check option parsing  ("Andrew Dunstan" <andrew@dunslane.net>)
Responses Re: Updatable views/with check option parsing
List pgsql-hackers
Andrew Dunstan wrote:
> "The GLR parsers require a compiler for ISO C89 or later. In
> addition, they use the inline keyword, which is not C89, but is C99
> and is a common extension in pre-C99 compilers. It is up to the user
> of these parsers to handle portability issues."

We already use inline, or handle its nonexistence, respectively.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Andrew Dunstan"
Date:
Subject: Re: Updatable views/with check option parsing
Next
From: Tom Lane
Date:
Subject: Re: Inefficient bytea escaping?