Re: Bad canonicalization for dateranges with 'infinity' bounds
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Thomas Munro <thomas.munro@gmail.com>, Laurenz Albe <laurenz.albe@cybertec.at>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2019-07-18T20:56:16Z
Lists: pgsql-hackers
On Sun, 2019-07-14 at 15:27 +1200, Thomas Munro wrote: > I take back the bit about reading an uninitialised value (X || Y > doesn't access Y if X is true... duh), but I still think the other > way > of putting it is a bit easier to read. YMMV. > > Generally, +1 for this patch. I'll wait a couple of days for more > feedback to appear. I went ahead and committed this using Thomas's suggestion to remove the parentheses. Thanks! Regards, Jeff Davis
Commits
-
Fix daterange canonicalization for +/- infinity.
- 613eabcd51c3 12.0 landed
- 2be355498eaf 9.4.24 landed
- 8af1fccba2b1 9.5.19 landed
- 56afeb765177 9.6.15 landed
- 955089d4d74d 10.10 landed
- f5f20deda33b 11.5 landed
- e6feef571a01 13.0 landed