pgsql: Use %u not %d to print OIDs.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use %u not %d to print OIDs.
Date: 2016-02-08 16:06:43
Message-ID: E1aSoKp-0004wf-3s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Use %u not %d to print OIDs.

Oversight in commit 96198d94c.

Etsuro Fujita

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/63828969c822449744e63b76bff993ccd1d3245e

Modified Files
--------------
contrib/postgres_fdw/connection.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-02-08 19:59:42 pgsql: Translation updates
Previous Message Tom Lane 2016-02-08 15:50:02 pgsql: Last-minute updates for release notes.