Re: relscan_details.h

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: relscan_details.h
Дата
Msg-id CAM3SWZTAMKcRv5Di7RSB6ssbcwJ3iN2TLkbTs8s5q7ZEn0p8Vg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: relscan_details.h  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Tue, Sep 17, 2013 at 12:59 PM, Robert Haas <robertmhaas@gmail.com> wrote:
> Personally, I'm not particularly in favor of these kinds of changes.

+1. Experience has shown this kind of effort to be a tarpit. It turns
out that refactoring away compiler dependencies has this kind of
fractal complexity - the more you look at it, the less sense it makes.

I would be in favor of this if there were compelling gains in either
compile time (and like others, I have a pretty high bar for compelling
here), or if the refactoring effort remedied a clear modularity
violation. Though I think it has to happen every once in a while, I'd
suggest about every 5 years as the right interval.

-- 
Peter Geoghegan



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: relscan_details.h
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Add use of asprintf()