Re: crash with sql language partition support function

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: crash with sql language partition support function
Дата
Msg-id 20180412125515.z6r277kjrp4pbgce@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: crash with sql language partition support function  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: crash with sql language partition support function  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Amit Langote wrote:

> Anyway, after reading your replies, I thought of taking a stab at unifying
> the partitioning information that's cached by relcache.c.

Wow.  Now that's one large patch.  I'm going to run with this for HEAD,
but I think we should do a minimal fix for PG10.  Did you detect any
further bugs, while doing all this rework, apart from the one that
started this thread?  If not, I would prefer to do commit the minimal
fix at start of thread to both branches, then apply the larger
restructuring patch to HEAD only.

For the record, I don't like the amount of code that this is putting in
relcache.c.  I am thinking that most of that code will go to
src/backend/partitioning/partbounds.c instead.

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


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

Предыдущее
От: "Jonathan S. Katz"
Дата:
Сообщение: Re: Boolean partitions syntax
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Creation of wiki page for open items of v11