]> granicus.if.org Git - postgresql/commit
Repair oversight in creation of "append relations": we should set up
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Jan 2007 18:50:40 +0000 (18:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 28 Jan 2007 18:50:40 +0000 (18:50 +0000)
commit2b8758a3891414d141c45179e0cb9b32a199b5b5
tree92dbe270eed7fd979450669ad8bb40cd511ea91a
parent5681cde7b1837fbaf6f6d6c98f44799755e5f634
Repair oversight in creation of "append relations": we should set up
rel->tuples as well as rel->rows, since some estimation functions expect both
to be valid in every baserel.  Per report from Dave Dutcher.
src/backend/optimizer/path/allpaths.c