pgsql: pg_upgrade: Add missing newline in output, another one

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Add missing newline in output, another one
Date: 2025-08-08 06:52:12
Message-ID: E1ukGxY-001Lhd-03@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/095e83d0962db87d331cbda7866d08a62a998a5c

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

Browse pgsql-committers by date

  From Date Subject
Next Message Etsuro Fujita 2025-08-08 08:39:10 pgsql: Fix oversight in FindTriggerIncompatibleWithInheritance.
Previous Message Fujii Masao 2025-08-08 05:38:27 pgsql: pg_dump: Fix incorrect parsing of object types in pg_dump --filt