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-003lU3-1T@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_14_STABLE

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

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