This patch makes some cleanups to contrib/ to silence some sparse
Neil Conway <neilc@samurai.com>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/pgbench/pgbench.c | modified | +7 −7 |
| contrib/tsearch2/query.c | modified | +1 −1 |
| contrib/tsearch2/snowball/api.c | modified | +3 −3 |
| contrib/tsearch2/snowball/utilities.c | modified | +27 −27 |
| contrib/tsearch/query.c | modified | +1 −1 |
| contrib/vacuumlo/vacuumlo.c | modified | +2 −2 |