pgsql: pg_upgrade: Print OID using %u instead of %d - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_upgrade: Print OID using %u instead of %d
Date
Msg-id E1lW1N9-0008Oa-BV@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: pg_amcheck: Add basic NLS support
Next
From: Tom Lane
Date:
Subject: pgsql: Fix old bug with coercing the result of a COLLATE expression.