Re: Suggestions for first contribution?

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: Suggestions for first contribution?
Дата
Msg-id 20160907141444.GB20001@e733
обсуждение исходный текст
Ответ на Re: Suggestions for first contribution?  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Ответы Re: Suggestions for first contribution?  (Noah Misch <noah@leadboat.com>)
Re: Suggestions for first contribution?  (Christian Convey <christian.convey@gmail.com>)
Список pgsql-hackers
Here is another idea for a contribution - refactoring.

Currently there are a lot of procedures in PostgreSQL code that
definitely don't fit on one screen (i.e. ~50 lines). Also many files are
larger than say 1000 lines of code. For instance, psql_completion
procedure is more than 2000 lines long! I think patches that would make
such code easier to read would have a good chance to be accepted.

In case you are interested I wrote a script that scans PostgreSQL code
and then prints procedures names and corresponding number of lines of
code (see attachment).

--
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: pgbench - allow to store select results into variables
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: Patch: Implement failover on libpq connect level.