pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.

From: Jeff Davis <jdavis(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Date: 2025-04-06 16:16:41
Message-ID: E1u1Sfp-002z40-2K@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unintentional 'NULL' string literal in pg_upgrade.

Introduced in 2a083ab807.

Note: backport of commit 945126234b, which was missed at the time.

Discussion: https://postgr.es/m/e852442da35b4f31acc600ed98bbee0f12e65e0c.camel@j-davis.com
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Backpatch-through: 16

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0851b6573877f0d22510688623eff4a2ab1dea49

Modified Files
--------------
src/bin/pg_upgrade/pg_upgrade.c | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2025-04-06 16:16:47 pgsql: Fix unintentional 'NULL' string literal in pg_upgrade.
Previous Message Andres Freund 2025-04-06 16:12:00 pgsql: aio: Avoid spurious coverity warning