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

From Peter Eisentraut
Subject pgsql: pg_upgrade: Add missing newline in output, another one
Date
Msg-id E1ukGxY-001Lhb-01@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_upgrade: Add missing newline in output, another one

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/bef2c2a4ebefe5023368c7423ff8e06c98f6d32a

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


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: pg_dump: Fix incorrect parsing of object types in pg_dump --filt
Next
From: Etsuro Fujita
Date:
Subject: pgsql: Fix oversight in FindTriggerIncompatibleWithInheritance.