initdb cleanup

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: initdb cleanup
Date: 2006-03-20 03:11:43
Message-ID: 20060320031143.GA11917@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-03-20 03:35:53 Re: initdb cleanup
Previous Message Mark Kirkwood 2006-03-19 23:39:18 Pg_buffercache tidy