Re: contrib/ sparse code cleanup

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Neil Conway <neilc(at)samurai(dot)com>
Cc: pgsql-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: contrib/ sparse code cleanup
Date: 2004-11-05 09:38:09
Message-ID: Pine.GSO.4.61.0411051237470.29410@ra.sai.msu.su
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Neil,

go ahead !

Oleg
On Fri, 5 Nov 2004, Neil Conway wrote:

> [ Oleg, I've CC'd you because this patch makes some modifications,
> albeit trivial ones, to tsearch2; let me know if you object to me
> applying it ]
>
> This patch makes some cleanups to contrib/ to silence some sparse
> warnings:
>
> - remove pointless "extern" keyword from some function definitions in
> contrib/tsearch2
>
> - use "NULL" not "0" as NULL pointer in contrib/tsearch,
> contrib/tsearch2, contrib/pgbench, and contrib/vacuumlo
>
> Barring any objections I will apply this tomorrow.
>
> -Neil
>
>

Regards,
Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Markus Bertheau 2004-11-05 11:31:24 contrib/xml2: add function xml_encode_special_chars
Previous Message Neil Conway 2004-11-05 05:41:00 GiST: memory allocation, cleanup