]> granicus.if.org Git - postgresql/commit
Revert "Remove troublesome Asserts in cost_mergejoin()."
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Dec 2011 22:58:15 +0000 (17:58 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 30 Dec 2011 22:58:15 +0000 (17:58 -0500)
commit2ae2e9c00798685cd75ea0cc5120466bf2027b90
tree01a62bd0f0394eea0baf8e2225d15c3e1cd45994
parentdca0a54717a8372cc88b0c187965a1add19ec7e3
Revert "Remove troublesome Asserts in cost_mergejoin()."

This reverts commit ff68b256a533b398e3420750f34d161aeee4e099.
The recent change to use -fexcess-precision=standard should make those
Asserts safe, and does fix a test case that formerly crashed for me,
so I think there's no need to have a cross-version difference in the
code here.
src/backend/optimizer/path/costsize.c