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-03 18:05:32
Message-ID: E1u0OwW-002UwB-2p@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.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/945126234bbc03a5a8f40e46383f550c08fce08e

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 Daniel Gustafsson 2025-04-03 19:14:02 pgsql: oauth: Remove timeout from t/002_client when not needed
Previous Message Jeff Davis 2025-04-03 17:46:19 pgsql: pg_upgrade check for Unicode-dependent relations.