Re: Server Side C programming Environment Set up

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server Side C programming Environment Set up
Дата
Msg-id 20636.1082721691@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Server Side C programming Environment Set up  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Server Side C programming Environment Set up
Список pgsql-sql
Peter Eisentraut <peter_e@gmx.net> writes:
> I'd be happy to write more documentation, howtos, or scripts and tools that 
> enable users to set up a proper build system, but I don't think it's our 
> business to try to write our own build system framework.

Any build framework is going to have limitations, obviously, and it
would be bad to design things to prevent subprojects from having their
own.  But I think that is no argument for not having a build framework
at all.  If we try to go that route, we'll be killing a lot of useful
code that isn't quite valuable enough (in isolation) for people to
expend the work to create their own build system for.

Even more to the point, we've already *got* a build framework, which by
demonstration works for many of the bits of code that we are talking
about spinning off.  What we have to do is adjust it so it still works
for them after they're spun off.  It seems silly to abandon the
not-trivial work you and other people have already put into the contrib
build system; and also silly to expect gborg projects to individually
adapt it to their needs.
        regards, tom lane


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

Предыдущее
От: Alexei Chetroi
Дата:
Сообщение: Re: converting unix seconds to timestamp
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Server Side C programming Environment Set up