diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-03-31 18:32:54 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-03-31 18:34:15 -0400 |
commit | d931ac0ec4c25b61f480562a13f1974f913afd59 (patch) | |
tree | 8d31f2eb629f9172ef697ee89230340feec9ac6d /src/backend/tcop/postgres.c | |
parent | 64f890905f3a5186bc4df980c8becfda5c39c2ea (diff) | |
download | postgresql-d931ac0ec4c25b61f480562a13f1974f913afd59.tar.gz postgresql-d931ac0ec4c25b61f480562a13f1974f913afd59.zip |
Ignore extra subquery outputs in set_subquery_size_estimates().
In commit 0f61d4dd1b4f95832dcd81c9688dac56fd6b5687, I added code to copy up
column width estimates for each column of a subquery. That code supposed
that the subquery couldn't have any output columns that didn't correspond
to known columns of the current query level --- which is true when a query
is parsed from scratch, but the assumption fails when planning a view that
depends on another view that's been redefined (adding output columns) since
the upper view was made. This results in an assertion failure or even a
crash, as per bug #8025 from lindebg. Remove the Assert and instead skip
the column if its resno is out of the expected range.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions