Re: t_natts references in comments

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: t_natts references in comments
Date: 2012-03-09 06:09:30
Message-ID: 4F599E9A.6020308@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 08.03.2012 22:33, Kevin Grittner wrote:
> 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.

Thanks, applied.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jaime Casanova 2012-03-09 07:18:02 Re: Measuring relation free space
Previous Message Jaime Casanova 2012-03-09 05:47:14 Re: Review of pg_archivecleanup -x option patch