Thread: initdb cleanup

initdb cleanup

From
Alvaro Herrera
Date:
Here's a little cosmetic patch merging the loading of regular
descriptions with shared descriptions (just like the process of loading
regular dependencies was merged with shared dependencies).  This merges
both the code and the message emitted to the user.

Sample output:

[some stuff ...]
initializing dependencies ... ok
creating system views ... ok
loading system objects' descriptions ... ok
creating conversions ... ok


I intend to apply it tomorrow.

--
Alvaro Herrera                                http://www.PlanetPostgreSQL.org
One man's impedance mismatch is another man's layer of abstraction.
(Lincoln Yeoh)

Re: initdb cleanup

From
Neil Conway
Date:
On Sun, 2006-03-19 at 23:11 -0400, Alvaro Herrera wrote:
> Here's a little cosmetic patch merging the loading of regular
> descriptions with shared descriptions (just like the process of loading
> regular dependencies was merged with shared dependencies).

Where's the patch?

-Neil



Re: initdb cleanup

From
Alvaro Herrera
Date:
Neil Conway wrote:
> On Sun, 2006-03-19 at 23:11 -0400, Alvaro Herrera wrote:
> > Here's a little cosmetic patch merging the loading of regular
> > descriptions with shared descriptions (just like the process of loading
> > regular dependencies was merged with shared dependencies).
>
> Where's the patch?

Here:

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

Attachment