Re: select ... for update and inheritence

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: select ... for update and inheritence
Дата
Msg-id 16637.990646521@sss.pgh.pa.us
обсуждение исходный текст
Ответ на select ... for update and inheritence  (Stephen Deasey <stephen@themer.com>)
Список pgsql-hackers
Stephen Deasey <stephen@themer.com> writes:
> set_inherited_rel_pathlist in src/backend/path/allpaths.c says:

>  /*
>   * XXX for now, can't handle inherited expansion of FOR UPDATE; can we
>   * do better?
>   */

> Is this a terribly difficult thing to implement?

It might be as easy as adding the child tables to the rowmark list.
Or not.  I didn't have time to experiment with it for 7.1.  Want to
work on it?
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: XMAX weirdness (was: Plans for solving the VACUUM problem)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Plans for solving the VACUUM problem