Re: configure "stuff" - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject Re: configure "stuff"
Date
Msg-id 1309357091.2251.10.camel@laptop
Whole thread Raw
In response to Re: configure "stuff"  (Dave Page <dpage@pgadmin.org>)
List pgadmin-hackers
On Mon, 2011-06-27 at 08:50 +0100, Dave Page wrote:
> On Mon, Jun 27, 2011 at 8:32 AM, Guillaume Lelarge
> <guillaume@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.
>

Done.


--
Guillaume
  http://blog.guillaume.lelarge.info
  http://www.dalibo.com


pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin III commit: More path corrections.
Next
From: Luis Ochoa
Date:
Subject: Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)