Re: [COMMITTERS] pgsql: Properly install gram.h on MSVC builds

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема Re: [COMMITTERS] pgsql: Properly install gram.h on MSVC builds
Дата
Msg-id AANLkTi=gBgWHQOfP14eWsSm3-vKANxymwr1qj3Nrw-qB@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Properly install gram.h on MSVC builds  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [COMMITTERS] pgsql: Properly install gram.h on MSVC builds  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sun, Jan 9, 2011 at 17:31, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Magnus Hagander <magnus@hagander.net> writes:
>> Properly install gram.h on MSVC builds
>> This file is now needed by pgAdmin builds, which started
>> failing since it was missing in the installer builds.
>
> I'd like to protest this patch as misguided.  AFAICS it is a *seriously*

Uh, we install the file on Unix, so we should do the same on Windows.


> bad idea for pgAdmin to be including gram.h --- we don't even want most
> of the backend to include that, let alone external pieces of code.  It's
> not stable enough.  See the note in gramparse.h.

Whether that's misguided is another thing :-)


> To my way of thinking, not installing that file is a fine idea.
> What we really need to be asking is why the pgAdmin folks think
> they should be including it.

It is required in order to pull kwlist.h, which is used to determine
which keywords to highlight in the SQL editor (and other places that
do syntax highlighting). It never actually uses the values, but it
needs the file for kwlist.h to compile.

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Properly install gram.h on MSVC builds
Следующее
От: Hannu Valtonen
Дата:
Сообщение: Re: Support for negative index values in array fetching