Re: select ... for update and inheritence - Mailing list pgsql-hackers

From Tom Lane
Subject Re: select ... for update and inheritence
Date
Msg-id 16637.990646521@sss.pgh.pa.us
Whole thread Raw
In response to select ... for update and inheritence  (Stephen Deasey <stephen@themer.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: XMAX weirdness (was: Plans for solving the VACUUM problem)
Next
From: Tom Lane
Date:
Subject: Re: Plans for solving the VACUUM problem