Re: reloptions with a "namespace"

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: reloptions with a "namespace"
Дата
Msg-id 20090403193315.GL23023@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: reloptions with a "namespace"  (Khee Chin <kheechin@gmail.com>)
Ответы Re: reloptions with a "namespace"  (Alvaro Herrera <alvherre@commandprompt.com>)
Список pgsql-hackers
Khee Chin escribió:

> After some debugging in reloptions.c, I've realised that the issue is
> caused by fillfactor not having a validnsps in transformRelOptions.
> Adding an additional condition "&& (validnsps))" at line 595 or 612
> appears to fix the issue.

No, the bug is that they are passed as DefElem instead of RelOptElem.
The right fix is in the grammar ... checking now.

Thanks for the report.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Khee Chin
Дата:
Сообщение: Re: reloptions with a "namespace"
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: reloptions with a "namespace"