Re: pg_upgrade verbosity when redirecting output to log file

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: pg_upgrade verbosity when redirecting output to log file
Date: 2022-02-19 01:46:26
Message-ID: 20220219014626.GB9008@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

+ * If outputting to a tty / or , append newline. pg_log_v() will put the
+ * individual progress items onto the next line.
+ */
+ if (log_opts.isatty || log_opts.verbose)

I guess the comment should say "or in verbose mode".

--
Justin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Wong 2022-02-19 02:00:28 Re: Time to drop plpython2?
Previous Message Andres Freund 2022-02-19 01:20:47 Re: pg_upgrade verbosity when redirecting output to log file