tablecmds.c/MergeAttributes() cleanup

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема tablecmds.c/MergeAttributes() cleanup
Дата
Msg-id 52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org
обсуждение исходный текст
Ответы Re: tablecmds.c/MergeAttributes() cleanup
Re: tablecmds.c/MergeAttributes() cleanup
Список pgsql-hackers
The MergeAttributes() and related code in and around tablecmds.c is huge 
and ancient, with many things bolted on over time, and difficult to deal 
with.  I took some time to make careful incremental updates and 
refactorings to make the code easier to follow, more compact, and more 
modern in appearance.  I also found several pieces of obsolete code 
along the way.  This resulted in the attached long patch series.  Each 
patch tries to make a single change and can be considered incrementally. 
  At the end, the code is shorter, better factored, and I hope easier to 
understand.  There shouldn't be any change in behavior.
Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: eqjoinsel_semi still sucks ...
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Assistance Needed: Issue with pg_upgrade and --link option