diff options
author | Bruce Momjian | 2006-07-14 14:59:00 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-07-14 14:59:00 +0000 |
commit | a4f1da03cc6cef5b3608fb9e06c14184d77e1fcf (patch) | |
tree | 98bfe0f2297eaaafc7f21469774cc6dd8d126163 | |
parent | e0522505bd13bc5aae993fc50b8f420665d78e96 (diff) |
Have find_static skip main() functions.
-rwxr-xr-x | src/tools/find_static | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/find_static b/src/tools/find_static index 90a98ac3ab..c841e9ab26 100755 --- 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 |