Re: Commitfest problems

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Commitfest problems
Дата
Msg-id 20141215162103.GC9827@momjian.us
обсуждение исходный текст
Ответ на Re: Commitfest problems  (Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>)
Ответы Re: Commitfest problems
Список pgsql-hackers
On Sun, Dec 14, 2014 at 05:21:06PM +0000, Mark Cave-Ayland wrote:
> I should add here that the QEMU folk do tend to go to great lengths to
> preserve bisectability; often intermediate compatibility APIs are
> introduced early in the patchset and then removed at the very end when
> the final feature is implemented.

I agree with Tom on this, and I want to point out that certain software
projects benefit more from modularized development than others , e.g.
QEMU is an interface library and therefore probably does things in a
more modular way than usual.  For example, they are probably not adding
new SQL commands or configuration settings in the same way Postgres
does.  It would be interesting to compare the directory span of a
typical Postgres patch vs. a QEMU or Linux kernel one.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + Everyone has their own god. +



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Making BackgroundWorkerHandle a complete type or offering a worker enumeration API?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Join push-down support for foreign tables