8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d416e commit 0939946Copy full SHA for 0939946
src/tools/find_typedef
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
3
-# $PostgreSQL: pgsql/src/tools/find_typedef,v 1.9 2008/03/18 22:45:11 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/find_typedef,v 1.10 2008/03/18 23:04:34 momjian Exp $
4
5
# This script attempts to find all typedef's in the postgres binaries
6
# by using 'nm' to report all typedef debugging symbols.
@@ -36,7 +36,7 @@ then echo "Usage: $0 postgres_binary_directory [...]" 1>&2
36
fi
37
38
for DIR
39
-do
+do # if objdump -W is recognized, only one line of error should appear
40
if [ `objdump -W 2>&1 | wc -l` -eq 1 ]
41
then # Linux
42
# unfortunately the Linux version doesn't show unreferenced typedefs
0 commit comments