initdb cleanup - Mailing list pgsql-patches

From Alvaro Herrera
Subject initdb cleanup
Date
Msg-id 20060320031143.GA11917@surnet.cl
Whole thread Raw
Responses Re: initdb cleanup  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
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)

pgsql-patches by date:

Previous
From: Mark Kirkwood
Date:
Subject: Pg_buffercache tidy
Next
From: Neil Conway
Date:
Subject: Re: initdb cleanup