Re: Rethinking opclass member checks and dependency strength

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: Rethinking opclass member checks and dependency strength
Дата
Msg-id 20200331210949.GA7342@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: Rethinking opclass member checks and dependency strength  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Rethinking opclass member checks and dependency strength
Список pgsql-hackers
On 2019-Aug-18, Tom Lane wrote:

> * I'm not at all impressed with the name, location, or concept of
> opfam_internal.h.  I think we should get rid of that header and put
> the OpFamilyMember struct somewhere else.  Given that this patch
> makes it part of the AM API, it wouldn't be unreasonable to move it
> to amapi.h.  But I've not done that here.

I created that file so that it'd be possible to interpret the struct
when dealing with DDL commands in event triggers (commit b488c580aef4).
The struct was previously in a .c file, and we didn't have an
appropriate .h file to put it in.  I think amapi.h is a great place for
it.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [HACKERS] Restricting maximum keep segments by repslots
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Berserk Autovacuum (let's save next Mandrill)