pgsql: pg_upgrade: Add missing newline to message - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_upgrade: Add missing newline to message
Date
Msg-id E1qywiK-003lU2-10@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade: Add missing newline to message

This was the backport of 2e3dc8c148, but in older releases the newline
must be in the message.

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/04d2d605f3a4d0d90f35e89c66a19c338ede0dd8

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: update CREATE RULE ref page's hoary discussion of views.
Next
From: Bruce Momjian
Date:
Subject: pgsql: doc: mention ORDER BY for some aggregates, add ORDER BY examples