Re: Potential issue in ecpg-informix decimal converting functions

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: a(dot)imamov(at)postgrespro(dot)ru
Cc: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Potential issue in ecpg-informix decimal converting functions
Date: 2024-02-24 01:15:12
Message-ID: ZdlDIJ6aYcTvwkfi@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Feb 23, 2024 at 06:03:41PM +0300, a(dot)imamov(at)postgrespro(dot)ru wrote:
> Thank's for advice, the patch will be registered for the next commitfest.

The risk looks really minimal to me, but playing with error codes
while the logic of the function is unchanged does not strike me as
something to backpatch as it could slightly break applications. On
HEAD, I'm OK with that.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2024-02-24 01:30:26 Re: locked reads for atomics
Previous Message Michael Paquier 2024-02-24 01:06:29 Re: ExecAppendAsyncEventWait() in REL_14_STABLE can corrupt PG_exception_stack