Re: WIP: Rework access method interface
От | Petr Jelinek |
---|---|
Тема | Re: WIP: Rework access method interface |
Дата | |
Msg-id | 55EDD4BF.6010203@2ndquadrant.com обсуждение исходный текст |
Ответ на | Re: WIP: Rework access method interface (Alexander Korotkov <a.korotkov@postgrespro.ru>) |
Ответы |
Re: WIP: Rework access method interface
Re: WIP: Rework access method interface |
Список | pgsql-hackers |
On 2015-09-04 16:26, Alexander Korotkov wrote: > > Attached patch is implementing this. It doesn't pretend to be fully > correct implementation, but it should be enough for proof the concept. > In this patch access method exposes another function: amvalidate. It > takes data structure representing opclass and throws error if it finds > it invalid. > This method is used on new opclass definition (alter operator family > etc. are not yet implemented but planned). Also, there is SQL function > validate_opclass(oid) which is used in regression tests. > Any thoughts? > This is starting to look good. However I don't like the naming differences between validate_opclass and amvalidate. If you expect that the current amvalidate will only be used for opclass validation then it should be renamed accordingly. Also GetIndexAmRoutine should check the return type of the amhandler. -- Petr Jelinek http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training & Services
В списке pgsql-hackers по дате отправления: