Re: attoptions
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Alex Hunsaker <badalex@gmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2010-01-21T14:30:56Z
Lists: pgsql-hackers
On Thu, Jan 21, 2010 at 12:57 AM, Alex Hunsaker <badalex@gmail.com> wrote: > Seems to me a comment about the above might be nice. Something like > /* Things after here are should always be default null */ in > pg_attribute.h ? Well... that wouldn't actually be a correct summary, so no. The point is that variable-length fields are not used in tuple descriptors. I'll add a comment about that. > Other than the below it looks good to me. Oh, dear. OK, I'll fix that. ...Robert