Re: 7.2 stuff - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: 7.2 stuff
Date
Msg-id 200202222332.g1MNWwt06901@candle.pha.pa.us
Whole thread Raw
In response to Re: 7.2 stuff  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 7.2 stuff
Next
From: Bruce Momjian
Date:
Subject: Re: [Fwd: [PATCHES] Libpq support for precision and scale]