Re: Sigh, MSVC build broken again

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Sigh, MSVC build broken again
Дата
Msg-id 10667.1240177915@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Sigh, MSVC build broken again  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I wrote:
> It looks like the MSVC build scripts are cheating by not copying
> parser/gram.h into the include tree where it should be.  I'm not
> entirely sure why that has worked at all in the past, but it's
> not working any more.

On further consideration, it's probably not a good idea to let
plpgsql depend on gram.h anyway --- in the past we've taken measures
to confine the use of that file as narrowly as possible.  I did a
bit of code refactoring instead.
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [rfc] unicode escapes for extended strings
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] Borland C Compiler compatibility issues