pgsql: Reestablish alignment of pg_controldata output.

Поиск
Список
Период
Сортировка
От Joe Conway
Тема pgsql: Reestablish alignment of pg_controldata output.
Дата
Msg-id E1ZUPnU-0008MV-2h@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Reestablish alignment of pg_controldata output.

Until 9.4, pg_controldata output was all aligned. At some point
during 9.5 development, a new item was added, namely
"Current track_commit_timestamp setting:" which is two characters
too long to be aligned with the rest of the output. Fix this by
removing the noise word "Current" and adding the requisite number
of padding spaces. Since the six preceding items are also similar
in nature, remove "Current" and pad those as well in order to
maintain overall consistency. Backpatch to 9.5 where new offending
item was added.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/bff62dfb873be1f2469402c6e22cfb93b639f9cd

Modified Files
--------------
src/bin/pg_controldata/pg_controldata.c |   14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: pgsql: Reestablish alignment of pg_controldata output.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: 9.5 release notes: mention lack of char() sort improvements