| From: | nconway(at)klamath(dot)dyndns(dot)org (Neil Conway) |
|---|---|
| To: | PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org> |
| Subject: | clean up assertion code |
| Date: | 2002-07-29 19:35:25 |
| Message-ID: | 20020729193525.GA8789@klamath.dyndns.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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(at)rogers(dot)com>
PGP Key ID: DB3C29FC
| Attachment | Content-Type | Size |
|---|---|---|
| assert-3.patch | text/plain | 26.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-07-29 20:01:07 | Re: clean up assertion code |
| Previous Message | Neil Conway | 2002-07-29 15:33:10 | aborted transaction -> error |