Re: 7.2 stuff

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: 7.2 stuff
Date: 2002-02-22 23:32:58
Message-ID: 200202222332.g1MNWwt06901@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Reminder that code cleanup can be done in commands/*.

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

Tom Lane wrote:
> > Basically I was getting the impression that the command.c was getting big
> > and fat and that it might be nice to split all the ALTER* commands into an
> > alter.c or something.
>
> Cool with me. We often fail to spend enough effort on code
> beautification projects; that hurts the maintainability of the project
> in the long run. Feel free to devise and implement a better division
> of the ALTER code. (And as I think we already talked about, it'd also
> be cool to try to merge the common infrastructure of the ALTER commands
> somehow. I don't like umpteen copied-and-pasted versions of the same
> code, either ...)
>
> regards, tom lane
>

--
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-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-02-22 23:34:53 Re: [Fwd: [PATCHES] Libpq support for precision and scale]
Previous Message Bruce Momjian 2002-02-22 23:31:23 Re: 7.2 stuff