Re: A bug with ALTER TABLE SET WITHOUT OIDS in CVS HEAD

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: A bug with ALTER TABLE SET WITHOUT OIDS in CVS HEAD
Дата
Msg-id 5473.1227799385@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: A bug with ALTER TABLE SET WITHOUT OIDS in CVS HEAD  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Ответы Re: A bug with ALTER TABLE SET WITHOUT OIDS in CVS HEAD  (KaiGai Kohei <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
KaiGai Kohei <kaigai@ak.jp.nec.com> writes:
> If my understanding is correct, the following patch can fix the matters.

> !     if (ExecContextForcesOids(ps, &hasoid) &&
> !         hasoid != tupdesc->tdhasoid)
>           return false;
> --- 243,249 ----
> !     if (ExecContextForcesOids(ps, &hasoid))
>           return false;

This isn't fixing anything, it's just making the executor stick its
head in the sand.
        regards, tom lane


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

Предыдущее
От: "Jaime Casanova"
Дата:
Сообщение: Re: Fwd: [PATCHES] Auto Partitioning Patch - WIP version 1
Следующее
От: Emmanuel Cecchet
Дата:
Сообщение: Re: Fwd: [PATCHES] Auto Partitioning Patch - WIP version 1