Philip Martin <philip.mar...@wandisco.com> writes: > Philip Martin <philip.mar...@wandisco.com> writes: > >> Greg Stein <gst...@gmail.com> writes: >> >>> revnum is NOT inheritable. >> >> At presnt working_node.parent_relpath says: >> >> /* parent's local_relpath for aggregating children of a given parent. >> this will be "" if the parent is the wcroot. NULL if this is the >> wcroot node. */ >> parent_relpath TEXT, >> >> Does it make sense for a working node to be a wcroot? > > Sent too early. I meant to ask is it inheritable?
We will probably want to index on parent_relpath, can we do that if it is inherited? If we can't index an inherited column we probably don't want parent_relpath to be inherited. -- Philip