On Mon, Jun 27, 2011 at 8:32 AM, Guillaume Lelarge <guilla...@lelarge.info> wrote: > > diff --git a/pgadmin/db/keywords.c b/pgadmin/db/keywords.c > index 9370a9e..0362a71 100644 > --- a/pgadmin/db/keywords.c > +++ b/pgadmin/db/keywords.c > @@ -30,7 +30,7 @@ > */ > #define PG_KEYWORD(a,b,c) {a,c}, > const ScanKeyword ScanKeywords[] = { > -#include <server/parser/kwlist.h> > +#include "parser/kwlist.h" > }; > const int NumScanKeywords = lengthof(ScanKeywords); > > > Can I commit both changes?
Along with an update for windows, yes. -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers