projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e052250
)
Have find_static skip main() functions.
author
Bruce Momjian
Fri, 14 Jul 2006 14:59:00 +0000
(14:59 +0000)
committer
Bruce Momjian
Fri, 14 Jul 2006 14:59:00 +0000
(14:59 +0000)
src/tools/find_static
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/find_static
b/src/tools/find_static
index 90a98ac3ab8d9ccec55e242196d7dded2a5367de..c841e9ab263802676b2b4a658488ef4f54257d47 100755
(executable)
--- a/
src/tools/find_static
+++ b/
src/tools/find_static
@@
-1,6
+1,6
@@
#!/bin/sh
-# $PostgreSQL: pgsql/src/tools/find_static,v 1.
4 2006/03/11 04:38:41
momjian Exp $
+# $PostgreSQL: pgsql/src/tools/find_static,v 1.
5 2006/07/14 14:59:00
momjian Exp $
trap "rm -f /tmp/$$" 0 1 2 3 15
@@
-46,7
+46,7
@@
echo "
select *
from debug2
- where scope = 'T'
+ where scope = 'T'
and func != 'main'
order by file, func;
" |psql debug