pgsql: Revert "Remove troublesome Asserts in cost_mergejoin()." - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "Remove troublesome Asserts in cost_mergejoin()."
Date
Msg-id E1RglU0-0002QB-N6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2ae2e9c00798685cd75ea0cc5120466bf2027b90

Modified Files
--------------
src/backend/optimizer/path/costsize.c |    3 +++
1 files changed, 3 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Modify tools/pgtest to run the 'make' command from a variable, a
Next
From: Simon Riggs
Date:
Subject: pgsql: Send new protocol keepalive messages to standby servers.