Re: ALTER EXTENSION UPGRADE, v3

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: ALTER EXTENSION UPGRADE, v3
Дата
Msg-id AANLkTi=a9kanLBjOhhm0VutuPzCXYVbYEGhTDD6Krrqw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: ALTER EXTENSION UPGRADE, v3  (Dimitri Fontaine <dimitri@2ndQuadrant.fr>)
Список pgsql-hackers
On Thu, Feb 3, 2011 at 11:53 AM, Dimitri Fontaine
<dimitri@2ndquadrant.fr> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>>> Yes, from the backend-developer's perspective. But not from the
>>> extension-developer's perspective :-) And seriously, make is one of
>>> those things that is supremely capable of doing lots of stuff, but is so
>>> difficult to use correctly that everyone keeps reinventing newer wheels.
>>> Seems this one isn't round enough.
>>
>> Not to mention the fact that make doesn't work on Windows, so any
>> extensions that rely on this will need hacks in the MSVC build system.
>
> Fair enough, so that's just me not seeing it.  Now I agree that having
> the right hand side of the format I proposed be an ordered list of files
> rather than a single file is simple enough and comes with benefits.
>
> The examples are using spaces as the separator, how friendly is that to
> our windows users?  Maybe using coma instead would be better?

Comma would be better.  There is even some backend code that will
tokenize on it, I think.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: LIKE, CHAR(), and trailing spaces
Следующее
От: Tom Lane
Дата:
Сообщение: Re: is_absolute_path incorrect on Windows