Re: simple code cleanups

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Neil Conway <nconway(at)klamath(dot)dyndns(dot)org>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: simple code cleanups
Date: 2002-02-22 05:45:12
Message-ID: 200202220545.g1M5jCc26611@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


This has been saved for the 7.3 release:

http://candle.pha.pa.us/cgi-bin/pgpatches2

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

Neil Conway wrote:
> On Tue, 2002-02-19 at 20:40, Neil Conway wrote:
> > Hi,
> >
> > I was taking a look at making ALTER TABLE ... RENAME work with
> > referential integrity constraints. While doing so, I cleaned up a few
> > spots of code along the way (mostly just adding 'const' qualifiers to
> > char* params) -- only the change in rename.c is slightly noteworthy.
> > Unless anyone sees any problems, please apply for 7.3.
>
> My previous patch was only half-baked, due to the bizarre situation I
> had managed to get my local source tree into. Sorry, sleep deprivation
> on my part ;-)
>
> The attached patch should work; it's made via 'cvs diff -c', so please
> ignore the ugly headers CVS inserts, and apply with '-p0'.
>
> Cheers,
>
> Neil
>
> --
> Neil Conway <neilconway(at)rogers(dot)com>
> PGP Key ID: DB3C29FC

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2002-02-22 05:48:28 Re: [PATCHES] [PATCH] Ability to PreparedStatement.setObject(#, int[])
Previous Message Bruce Momjian 2002-02-22 05:43:53 Re: Globals Storage and Thread-safety