Re: Discussion on missing optimizations
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Andres Freund <andres@anarazel.de>,
Adam Brusselback <adambrusselback@gmail.com>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2017-10-07T16:19:01Z
Lists: pgsql-hackers
David Rowley <david.rowley@2ndquadrant.com> writes: > It would be much nicer if you'd at least wait for benchmarks before > shooting. Benchmarks of what? We'd have to expend quite a bit of effort just to get to a place where we'd have something to benchmark. I do not think it's unreasonable of me to express an opinion that that would likely be wasted effort. If you disagree, and are willing to expend such effort speculatively, I'm not stopping you. regards, tom lane
Commits
-
Reduce "X = X" to "X IS NOT NULL", if it's easy to do so.
- 8ec5429e2f42 11.0 landed