pgsql: pg_upgrade: Add missing newline in output - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_upgrade: Add missing newline in output
Date
Msg-id E1uk8y5-001ILB-3C@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade: Add missing newline in output

This came from the backport of commit f295494d338, but older branches
require the explicit newline in messages (see commit 7652353d87a).

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f9f6595e31c41cdc958b828f04c509acf777bec6

Modified Files
--------------
src/bin/pg_upgrade/check.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: doc: add float as an alias for double precision.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: pg_upgrade: Make format strings consistent