Re: ecpg: numeric_div error handling - Mailing list pgsql-patches

From Neil Conway
Subject Re: ecpg: numeric_div error handling
Date
Msg-id 42C4D135.9040703@samurai.com
Whole thread Raw
In response to ecpg: numeric_div error handling  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway wrote:
> This patch adds some missing error handling to PGTYPESnumeric_div() in
> ecpg's pgtypeslib: (1) we need to check the return value of sub_abs()
> (2) we need to check the return value of 4 calls to digitbuf_alloc().

Applied.

-Neil

pgsql-patches by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: Users/Groups -> Roles
Next
From: Neil Conway
Date:
Subject: Re: ecpg: check for strdup() failure