]> granicus.if.org Git - postgresql/commit
This patch makes some cleanups to contrib/ to silence some sparse
authorNeil Conway <neilc@samurai.com>
Tue, 9 Nov 2004 06:09:40 +0000 (06:09 +0000)
committerNeil Conway <neilc@samurai.com>
Tue, 9 Nov 2004 06:09:40 +0000 (06:09 +0000)
commit1b3e769682141a7c954f5c1603756d10fe57b667
tree0569d933bf9e97102e8b2bd691ebeeccf6ccf326
parent53ee0729b23677351c381cced3a4280d2cf47729
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
contrib/pgbench/pgbench.c
contrib/tsearch/query.c
contrib/tsearch2/query.c
contrib/tsearch2/snowball/api.c
contrib/tsearch2/snowball/utilities.c
contrib/vacuumlo/vacuumlo.c