Turns out that Mazurkiewicz's gripe about 'function inheritance' is

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d14c8aab99577d7dd06e9d50f3ac9c09d0334131
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-03-16T06:35:07Z
Releases: 7.1.1
Turns out that Mazurkiewicz's gripe about 'function inheritance' is
actually a type-coercion problem.  If you have a function defined on
class A, and class B inherits from A, then the function ought to work
on class B as well --- but coerce_type didn't know that.  Now it does.

Files