Patch to mark items as static or not used

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Patch to mark items as static or not used
Date: 2006-07-15 03:32:58
Message-ID: 200607150332.k6F3WwU21269@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Tom Lane wrote:
> momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> > Have find_static skip main() functions.
>
> Uh-oh, don't tell me you are cranking up to run *that* thing again.
>
> This time around, please do not remove API functions just because you
> can't find a reference to them in the core code. I would like to see
> a posted, discussed patch first.

OK, here is my match to mark items as static or not used:

ftp://momjian.us/pub/postgresql/mypatches/static

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-07-15 03:33:14 pgsql: Fix some makefiles that fail to yield good results from 'make
Previous Message Tom Lane 2006-07-15 03:27:42 pgsql: Create a tool to catch #include omissions that might not result

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2006-07-15 04:05:39 Re: Patch to mark items as static or not used
Previous Message Bruce Momjian 2006-07-15 01:05:22 Re: src/tools/pginclude considered harmful (was Re: