Re: Infinities in type numeric
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dean Rasheed <dean.a.rasheed@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2020-07-22T23:20:35Z
Lists: pgsql-hackers
Dean Rasheed <dean.a.rasheed@gmail.com> writes: > On Tue, 21 Jul 2020 at 23:18, Tom Lane <tgl@sss.pgh.pa.us> wrote: >> Here's a v4 that syncs numeric in_range() with the new behavior of >> float in_range(), and addresses your other comments too. > LGTM. Pushed. Thanks again for reviewing! regards, tom lane
Commits
-
Support infinity and -infinity in the numeric data type.
- a57d312a7706 14.0 landed