t_natts references in comments

Kevin Grittner <kevin.grittner@wicourts.gov>

From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: <pgsql-hackers@postgresql.org>
Date: 2012-03-08T20:33:29Z
Lists: pgsql-hackers

Attachments

I wasted a few minutes today tracking down what a couple comments
really meant to say.  t_natts no longer exists as a separate field;
the equivalent value is now pulled from t_infomask2 using a macro.
 
Small patch to correct the comments is attached.
 
-Kevin