Re: postgresql-13devel initDB Running in debug mode. - Mailing list pgsql-hackers

From legrand legrand
Subject Re: postgresql-13devel initDB Running in debug mode.
Date
Msg-id 1579367120476-0.post@n3.nabble.com
Whole thread Raw
In response to Re: postgresql-13devel initDB Running in debug mode.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane-2 wrote
> legrand legrand <

> legrand_legrand@

> > writes:
>> after building devel snapshot from 2020-01-17 with msys,
>> initDB generates a lot of additional informations when launched:
>> [ debug output snipped ]
>> Is that the expected behavior, or just a temporary test ?
> 
> It'd be the expected behavior if you'd given a -d switch to initdb.
> 
>             regards, tom lane

so yes, its me :
-d directory 
inspite of 
-D directory

and the doc is perfect:
-d
--debug

    Print debugging output from the bootstrap backend and a few other
messages of lesser interest for the general public. The bootstrap backend is
the program initdb uses to create the catalog tables. This option generates
a tremendous amount of extremely boring output.

Regards
PAscal



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html



pgsql-hackers by date:

Previous
From: Pavel Stehule
Date:
Subject: Re: range_agg
Next
From: legrand legrand
Date:
Subject: Re: Planning counters in pg_stat_statements (using pgss_store)