Re: add regression tests for divide-by-zero - Mailing list pgsql-patches

From Tom Lane
Subject Re: add regression tests for divide-by-zero
Date
Msg-id 12663.1047416579@sss.pgh.pa.us
Whole thread Raw
In response to add regression tests for divide-by-zero  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
Neil Conway <neilc@samurai.com> writes:
> I've noticed a couple platforms / compiler combinations having problems
> with properly handling divide-by-zero errors, so this patch updates the
> regression tests to include this behaviour. I also took the liberty of
> updating some Postquel terms their SQL equivalents (e.g. retrieve ->
> select, etc.)

Applied along with code patches to make sure the behavior will be
uniform across platforms.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Christopher Kings-Lynne"
Date:
Subject: Re: pg_get_triggerdef
Next
From: Neil Conway
Date:
Subject: restructure libpq docs (WIP)