Re: ecpg: numeric_div error handling

From: Neil Conway <neilc(at)samurai(dot)com>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ecpg: numeric_div error handling
Date: 2005-07-01 05:14:29
Message-ID: 42C4D135.9040703@samurai.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2005-07-01 06:43:11 Re: 2PC transaction id
Previous Message Neil Conway 2005-07-01 05:14:15 Re: ecpg: check for strdup() failure