Re: [v9.2] DROP statement reworks

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: [v9.2] DROP statement reworks
Дата
Msg-id m2fwjk9yfe.fsf@2ndQuadrant.fr
обсуждение исходный текст
Ответ на Re: [v9.2] DROP statement reworks  (Kohei KaiGai <kaigai@kaigai.gr.jp>)
Ответы Re: [v9.2] DROP statement reworks
Re: [v9.2] DROP statement reworks
Список pgsql-hackers
Hi,

Kohei KaiGai <kaigai@kaigai.gr.jp> writes:
> 2011/8/15 Kohei KaiGai <kaigai@kaigai.gr.jp>:
>> The attached three patches try to consolidate code path of DROP
>> statement on various kind of object classes.
>
> These are rebased to the latest tree, and the part-3 portion also consolidates
> DROP OPERATOR FAMILY/CLASS routines that I forgot to rework in the
> previous patch.

I've been reviewing those patches, that are all about code refactoring.
I like what it's doing, generalizing ad-hoc code by adding some more
knowledge about the source tree into some data structures.  Typically,
what catcache to use for a given object's class-id.

The patches are not in git am format nor in patch format, so I could
only read them, I didn't install them nor compiled the code, didn't run
the regression tests.

Regards,
-- 
Dimitri Fontaine
http://2ndQuadrant.fr     PostgreSQL : Expertise, Formation et Support


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: unite recovery.conf and postgresql.conf
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: fix for pg_upgrade