Re: configure "stuff"

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Dave Page <dpage(at)pgadmin(dot)org>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: configure "stuff"
Date: 2011-06-29 14:18:11
Message-ID: 1309357091.2251.10.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)lelarge(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Luis Ochoa 2011-06-29 18:55:58 Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)
Previous Message Dave Page 2011-06-29 09:33:34 pgAdmin III commit: More path corrections.