clean up assertion code - Mailing list pgsql-patches

From nconway@klamath.dyndns.org (Neil Conway)
Subject clean up assertion code
Date
Msg-id 20020729193525.GA8789@klamath.dyndns.org
Whole thread Raw
Responses Re: clean up assertion code  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: clean up assertion code  (Neil Conway <nconway@klamath.dyndns.org>)
Re: clean up assertion code  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: clean up assertion code  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
This patch removes a lot of unused code related to assertions and
error handling, and simplifies the code that remains. Apparently,
the code that left Berkeley had a whole "error handling subsystem",
which exceptions and whatnot. Since we don't use that anymore,
there's no reason to keep it around.

The regression tests pass with the patch applied. Unless anyone
sees a problem, please apply.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC

Attachment

pgsql-patches by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: aborted transaction -> error
Next
From: Tom Lane
Date:
Subject: Re: clean up assertion code