Re: configure "stuff"

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: configure "stuff"
Дата
Msg-id BANLkTimLm_gGtED1ZGW=gJ9TjT9x7429CA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: configure "stuff"  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: configure "stuff"  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
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.



--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: configure "stuff"
Следующее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin III commit: Database Designer (milestone 1 of GSoC 2011)