> -----Original Message-----
> From: owner-pgsql-hackers@postgresql.org
> [mailto:owner-pgsql-hackers@postgresql.org]On Behalf Of Tom Lane
>
> robustness of heap_getattr(). I have always wondered whether it works
> if you ADD COLUMN a 33'rd column (or anything that is just past the
> next padding boundary for the null-values bitmap).
>
If so,it's very serious.
ADD COLUMN feature is much more important than other ALTER TABLE
options and it's also important to implement it without touching the table
as possible.
It seems to me that each tuple has t_natts and t_hoff for the change of
table definition.
Regards.
Hiroshi Inoue
Inoue@tpf.co.jp