Replace pg_attribute.attisinherited with attislocal and attinhcount

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

Commit: c328b6dd8bd85d91a0fd465c30b0bb352ea51e2b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-09-22T19:42:52Z
Releases: 7.3.1
Replace pg_attribute.attisinherited with attislocal and attinhcount
columns, to allow more correct behavior in multiple-inheritance cases.
Patch by Alvaro Herrera, review by Tom Lane.

Files