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-001IL9-38@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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/22d7833505a50840d0c2f45030408ce827452dc4

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