Re: pg_controldata output alignment regression - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_controldata output alignment regression
Date
Msg-id 1893.1440470503@sss.pgh.pa.us
Whole thread Raw
In response to pg_controldata output alignment regression  (Joe Conway <mail@joeconway.com>)
Responses Re: pg_controldata output alignment regression  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> Do we care that as of 9.5 pg_controldata output is not 100% aligned
> anymore? The culprit is:
>   Current track_commit_timestamp setting: off
> Its value is shifted 2 characters to the right with respect to all the
> others. I think it ought to be fixed but thought I'd get opinions first.

Seems to me we could s/Current //g, or s/ setting//g, or both,
and get rid of the problem without adding more whitespace.
        regards, tom lane



pgsql-hackers by date:

Previous
From: Joe Conway
Date:
Subject: pg_controldata output alignment regression
Next
From: Amit Kapila
Date:
Subject: Re: [DESIGN] ParallelAppend