pgsql: pg_upgrade: Print OID using %u instead of %d

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Print OID using %u instead of %d
Date: 2021-04-12 18:33:19
Message-ID: E1lW1N9-0008Oa-BV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: Print OID using %u instead of %d

This could write wrong output into the cluster deletion script if a
database OID exceeds the signed 32-bit range.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6787e53fe59eed19095c771a8d3323fb59420733

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 Tom Lane 2021-04-12 18:38:04 pgsql: Fix old bug with coercing the result of a COLLATE expression.
Previous Message Peter Eisentraut 2021-04-12 17:05:19 pgsql: pg_amcheck: Add basic NLS support