Re: Prevent printing "next step instructions" in initdb and pg_upgrade
Bruce Momjian <bruce@momjian.us>
From: Bruce Momjian <bruce@momjian.us>
To: Magnus Hagander <magnus@hagander.net>
Cc: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2021-02-07T14:50:14Z
Lists: pgsql-hackers
On Sun, Feb 7, 2021 at 11:21:05AM +0100, Magnus Hagander wrote: > > It appears that there is an extra blank line in the initdb output before > > "Success" now. > > Oops, clearly it does. > > That said, the full output is: > > """ > Success. You can now start the database server using: > > bin/pg_ctl -D /tmp/data -l logfile start > > > Success. > """ > > Isn't the whole "Success." at the end redundant here, and we should > just end the message after the pg_ctl command? So not just the extra > newline, but the whole thing? Agreed. -- Bruce Momjian <bruce@momjian.us> https://momjian.us EDB https://enterprisedb.com The usefulness of a cup is in its emptiness, Bruce Lee
Commits
-
Remove extra Success message at the end of initdb
- e7f429148549 14.0 landed