Re: [PATCHES] Re: BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [PATCHES] Re: BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data
Date
Msg-id 29119.1207232078@sss.pgh.pa.us
Whole thread Raw
In response to BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data  ("Marcello Ceschia" <Marcello.Ceschia@medizin.uni-leipzig.de>)
Responses Re: [PATCHES] Re: BUG #4070: Join more then ~15 tables let postgreSQL produces wrong data
List pgsql-bugs
Heikki Linnakangas <heikki@enterprisedb.com> writes:
> On second thought, expanding AttrNumber to int32, wholesale, might not
> be a good idea,

No, it wouldn't.  For one thing it'd be a protocol break --- column
numbers are int16 --- and for another, we'd have terrible performance
problems with such wide rows.  Actually rows are supposed to be limited
to ~1600 columns, anyway, because of HeapTupleHeader limitations.
Apparently you've found a path where that restriction isn't enforced
correctly, but I haven't seen the referenced message yet ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: Jeff Dwyer
Date:
Subject: Re: BUG #4085: No implicit cast after coalesce
Next
From: Tom Lane
Date:
Subject: Re: BUG #4079: libpq.dll very slow (unusable)