Re: [PATCHES] contrib/ sparse code cleanup

2004-11-08 Thread Neil Conway
On Fri, 2004-11-05 at 15:21, Neil Conway wrote:
 This patch makes some cleanups to contrib/ to silence some sparse
 warnings

Applied.

-Neil



---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [PATCHES] contrib/ sparse code cleanup

2004-11-05 Thread Oleg Bartunov
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: [EMAIL PROTECTED], http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83
---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
 joining column's datatypes do not match