Add overflow test in function numeric_exp.

From: Yang Xiao <YangX92(at)hotmail(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add overflow test in function numeric_exp.
Date: 2018-10-09 03:40:38
Message-ID: SG2PR01MB2169B9864DF6C9E4D743B850ADE70@SG2PR01MB2169.apcprd01.prod.exchangelabs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

The attachment is the proposal patch for function numeric_exp in
src/backend/utils/adt/numeric.c.

Young

Attachment Content-Type Size
0001-Add-overflow-test-in-function-numeric_exp.patch text/plain 1.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Yang Xiao 2018-10-09 03:43:44 [ECPG] fix functions in dt_common to correctly detect integer overflow
Previous Message Michael Paquier 2018-10-09 03:28:42 Re: Refactor textToQualifiedNameList()