Lists: | pgadmin-hackers |
---|
From: | "Hiroshi Saito" <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
---|---|
To: | "Dave Page" <dpage(at)postgresql(dot)org> |
Cc: | <pgadmin-hackers(at)postgresql(dot)org> |
Subject: | keyword and parse from PostgreSQL file. |
Date: | 2007-03-13 15:04:02 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgadmin-hackers |
Hi Dave.
keywords.h and parse.h is seems to be old for a moment.
It seems to have to reform this version...
Is it unquestionable for EDB?
keywords.c
gram.y(109) : error C2061: [snip] 'ContainsOids' [snip].
gram.y(131) : error C2059:
y.tab.h(771) : error C2061:
y.tab.h(771) : error C2059:
my target version was 8.2.3.
Regards,
Hiroshi Saito
From: | Dave Page <dpage(at)postgresql(dot)org> |
---|---|
To: | Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp> |
Cc: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | Re: keyword and parse from PostgreSQL file. |
Date: | 2007-03-13 15:18:33 |
Message-ID: | [email protected] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgadmin-hackers |
Hiroshi Saito wrote:
> Hi Dave.
>
> keywords.h and parse.h is seems to be old for a moment.
> It seems to have to reform this version...
> Is it unquestionable for EDB?
>
> keywords.c
> gram.y(109) : error C2061: [snip] 'ContainsOids' [snip].
> gram.y(131) : error C2059:
> y.tab.h(771) : error C2061:
> y.tab.h(771) : error C2059:
I don't see why it cares, but feel free to update both files.
Regards, Dave