Re: Infinities in type numeric

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Infinities in type numeric
Date: 2020-06-13 20:33:26
Message-ID: 946739.1592080406@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Here's a v2 patch:

* Rebased over today's nearby commits

* Documentation changes added

* Sort abbrev support improved per Andrew's suggestions

* Infinities now considered to fail any typmod precision limit,
per discussion with Robert.

regards, tom lane

Attachment Content-Type Size
numeric-infinities-2.patch text/x-diff 119.4 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Erik Rijkers 2020-06-13 21:13:03 Re: new heapcheck contrib module (typos)
Previous Message Tomas Vondra 2020-06-13 20:19:41 Re: hashagg slowdown due to spill changes