errors in pg_attribute.h

Brett McCormick <brett@work.chicken.org>

From: Brett McCormick <brett@work.chicken.org>
To: pgsql-hackers@hub.org
Date: 1998-03-07T00:43:21Z
Lists: pgsql-hackers
if you look at the schema for pg_attribute, down at the very end there
are some 12491 that should be 1249l

would this cause our alignment problem?
somehow I doubt it..

in any case, i found this by trying to put a 4 byte field after
attrelid and before attname to see if that cleared up the problem.
silly eh?

we'll see