Re: clean up assertion code - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: clean up assertion code
Date
Msg-id 200208102029.g7AKTnh16876@candle.pha.pa.us
Whole thread Raw
In response to clean up assertion code  (nconway@klamath.dyndns.org (Neil Conway))
List pgsql-patches
Patch applied.  Thanks.

Several utils/error/* files were removed as part of this patch.

---------------------------------------------------------------------------



Neil Conway wrote:
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: small psql patch - show Schema name for \dt \dv \dS
Next
From: Bruce Momjian
Date:
Subject: Re: clean up assertion code