Re: bloated heapam.h

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: bloated heapam.h
Date: 2008-05-15 15:48:58
Message-ID: 482C5B6A.5080804@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alvaro Herrera wrote:
> Zdenek Kotala wrote:
>> Alvaro Herrera napsal(a):
>>
>>>> I try to play with lint now if it gets better results.
>>> Ok, good.
>> Hmm, It generates a lot of unnecessary includes in *.c files. I have
>> checked only couple of them and it seems that they are really
>> unnecessary. A attach output. Unfortunately, it does not detect missing
>> heapam.h from bufpage.h. However, I have not tested all magic switches
>> yet :-). There are also several reports about system headers file, but
>> it could be platform specific warning.
>
> Interesting. It seems that Bruce's script could be replaced by lint.
> Please share the switches you used.
>

I used following switches which only shows unused included file. I run command
in backend directory.

lint -I ../include -errtags -errhdr=%all -Ncheck=%none -Nlevel=1 -erroff=%all
-erroff=no%E_INCL_NUSD -c `find . -name "*.c"` > include.out

Good to mention that I use lint from Sun Studio 12.

Zdenek

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Merlin Moncure 2008-05-15 15:52:21 Re: libpq object hooks
Previous Message Andrew Dunstan 2008-05-15 15:47:50 Re: SSL and USER_CERT_FILE round 2