Re: BETWEEN Node & DROP COLUMN - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: BETWEEN Node & DROP COLUMN
Date
Msg-id EKEJJICOHDIEMGPNIFIJKELOIEAA.Inoue@tpf.co.jp
Whole thread Raw
In response to Re: BETWEEN Node & DROP COLUMN  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> -----Original Message-----
> From: Tom Lane [mailto:tgl@sss.pgh.pa.us]
> 
> "Christopher Kings-Lynne" <chriskl@familyhealth.com.au> writes:
> > OK, I've been looking at Hiroshi's implementation.  It's basically
> > semantically equivalent to mine from what I can see so far.  The only
> > difference really is in how the dropped columns are marked.
> 
> True enough, but that's not a trivial difference.  The problem with
> Hiroshi's implementation is that there's no longer a close tie between
> pg_attribute.attnum and physical positions of datums in tuples.  I think
> that that's going to affect a lot of low-level code, and that he hasn't
> found all of it.

Please don't propagate an unfair valuation without any verification.

regards,
Hiroshi Inoue




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: (A) native Windows port
Next
From: Tatsuo Ishii
Date:
Subject: Re: Proposal: CREATE CONVERSION