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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)