Warnings in pgstattuple

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Warnings in pgstattuple
Date: 2006-07-27 20:45:57
Message-ID: 20060727204556.GJ18774@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just noticed these:

0 $ make
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -g -fpic -I/pgsql//source/12vacuum/contrib/pgstattuple -I../../src/include -I/pgsql//source/12vacuum/src/include -D_GNU_SOURCE -c -o pgstattuple.o /pgsql//source/12vacuum/contrib/pgstattuple/pgstattuple.c -MMD -MP -MF .deps/pgstattuple.Po
/pgsql//source/12vacuum/contrib/pgstattuple/pgstattuple.c: In function 'pgstat_btree':
/pgsql//source/12vacuum/contrib/pgstattuple/pgstattuple.c:335: warning: format '%llu' expects type 'long long unsigned int', but argument 2 has type 'uint64'
/pgsql//source/12vacuum/contrib/pgstattuple/pgstattuple.c:335: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64'
/pgsql//source/12vacuum/contrib/pgstattuple/pgstattuple.c:335: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'uint64'

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2006-07-27 20:53:44 Re: [COMMITTERS] pgsql: another try at keeping AIX/ppc
Previous Message Tom Lane 2006-07-27 20:40:45 Re: lastval exposes information that currval does not