RE: [HACKERS] Happy column dropping
Hiroshi Inoue <inoue@tpf.co.jp>
From: "Hiroshi Inoue" <Inoue@tpf.co.jp>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Peter Eisentraut" <peter_e@gmx.net>, "PostgreSQL Development" <pgsql-hackers@postgresql.org>, "Don Baccus" <dhogaza@pacifier.com>
Date: 2000-01-25T06:46:43Z
Lists: pgsql-hackers
> -----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