Re: select ... for update and inheritence

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Stephen Deasey <stephen(at)themer(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: select ... for update and inheritence
Date: 2001-05-23 19:35:21
Message-ID: 16637.990646521@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Stephen Deasey <stephen(at)themer(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-05-23 19:45:27 Re: More pgindent follies
Previous Message Tom Lane 2001-05-23 19:31:10 Re: Plans for solving the VACUUM problem