Re: clean up assertion code

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: clean up assertion code
Date: 2002-08-10 20:31:38
Message-ID: 200208102031.g7AKVcW16941@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Actually, CVS did properly remove the files. The only problem was that
the src/backend/utils/error/*.c files were specified backwards in the
patch. The include/utils/*.h files removed automatically.

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

Neil Conway wrote:
> On Mon, Jul 29, 2002 at 04:01:07PM -0400, Tom Lane wrote:
> > When you want a patch to add or remove files, please list the added
> > or removed files separately, rather than presenting it like this.
> > It's much too easy for the committer to miss the need for "cvs add"
> > and "cvs remove" commands otherwise.
>
> Ah, I had thought CVS would figure that out, but I guess not. The
> removed files are:
>
> src/backend/utils/error/exc.c
> src/backend/utils/error/excabort.c
> src/backend/utils/error/excid.c
> src/backend/utils/error/format.c
> src/include/utils/exc.h
> src/include/utils/excid.h
>
> Cheers,
>
> Neil
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC
>
> ---------------------------(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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-08-10 20:38:13 Re: clean up assertion code
Previous Message Bruce Momjian 2002-08-10 20:29:48 Re: clean up assertion code