aboutsummaryrefslogtreecommitdiff
path: root/src/tools/find_typedef
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/find_typedef')
-rwxr-xr-xsrc/tools/find_typedef3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/find_typedef b/src/tools/find_typedef
index ff575fefa55..2a56dcd4882 100755
--- a/src/tools/find_typedef
+++ b/src/tools/find_typedef
@@ -1,4 +1,7 @@
#!/bin/sh
+
+# $PostgreSQL: pgsql/src/tools/find_typedef,v 1.6 2006/03/11 04:38:41 momjian Exp $
+
# This script attempts to find all typedef's in the postgres binaries
# by using 'nm' to report all typedef debugging symbols.
#