Re: add regression tests for divide-by-zero

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: add regression tests for divide-by-zero
Date: 2003-03-11 21:02:59
Message-ID: 12663.1047416579@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil Conway <neilc(at)samurai(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-03-12 00:48:58 restructure libpq docs (WIP)
Previous Message Christopher Kings-Lynne 2003-03-11 06:20:43 Re: pg_get_triggerdef