pgsql: Tweak initdb to reduce verbosity of progress messages, by

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak initdb to reduce verbosity of progress messages, by
Date: 2006-01-27 19:01:15
Message-ID: 20060127190115.9EF6D9DC851@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tweak initdb to reduce verbosity of progress messages, by printing just
one 'creating subdirectories' message instead of one per subdirectory.
The original decision to print something for each subdirectory was made
when there were only one or two of 'em; we have way too many now.
Per discussion.

Modified Files:
--------------
pgsql/src/bin/initdb:
initdb.c (r1.106 -> r1.107)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c.diff?r1=1.106&r2=1.107)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-01-27 23:15:16 psqlodbc - psqlodbc: Add Notes:psqlODBC 08.01.0108
Previous Message User Hinoue 2006-01-27 17:43:56 psqlodbc - psqlodbc: 1) Change the declaration of several API(SQLxxxx)