Re: splitting plpython into smaller parts

Поиск
Список
Период
Сортировка
От Jan Urbański
Тема Re: splitting plpython into smaller parts
Дата
Msg-id 4ED36BF8.3080001@wulczer.org
обсуждение исходный текст
Ответ на Re: splitting plpython into smaller parts  (Greg Smith <greg@2ndQuadrant.com>)
Список pgsql-hackers
On 28/11/11 11:00, Greg Smith wrote:
> On 11/13/2011 09:45 AM, Jan Urbański wrote:
>> The second one is the actual split. plpython.c has been split into 11
>> separate files and one header.
>
> Could you comment a bit more about what the goal of this is? We don't
> have a reviewer for this patch yet, and I think part of the reason is
> because it's not really obvious what it's supposed to be doing, and why
> that's useful.

The idea of splitting plpython.c (an almost 5k lines file) into 
something more modular.

It's been floated around here:

http://postgresql.1045698.n5.nabble.com/Large-C-files-tt4766446.html#a4773493

and I think at other occasions, too.

The patch introduces no behavioural changes, it's only shuffling code 
around. The only goal is to improve the maintainability.

I guess the reviewer could verify that a) I haven't botched the split 
and it all still compiles and workds b) the choice of which modules were 
defined is correct

Cheers,
Jan


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

Предыдущее
От: Shigeru Hanada
Дата:
Сообщение: Re: pgsql_fdw, FDW for PostgreSQL server
Следующее
От: Shigeru Hanada
Дата:
Сообщение: Re: pgsql_fdw, FDW for PostgreSQL server