summaryrefslogtreecommitdiff
path: root/src/tools/find_static
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/find_static')
-rwxr-xr-xsrc/tools/find_static2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/find_static b/src/tools/find_static
index 3c7b49b12a..da1c02893c 100755
--- a/src/tools/find_static
+++ b/src/tools/find_static
@@ -46,7 +46,7 @@ echo "
select *
from debug2
- where scope = 'T'
+ where scope = 'T' and func != 'main'
order by file, func;
" |psql debug