Sean Chittenden <sean(at)chittenden(dot)org> writes:
> CREATE TABLE INSERT_CHILD (cx INT default 42,
> cy INT CHECK (cy > x))
> INHERITS (INSERT_TBL);
> + ERROR: RelationClearRelation: relation 135137 deleted while still in use
Hm. Anyone else seeing this? I just did a dozen or so "make check"s on
a fresh build from CVS tip ... no sign of trouble ...
regards, tom lane