aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2002-09-17 01:28:36 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2002-09-17 01:28:36 +0000
commitc53bb2759fe6f02334d8e2859c07f58355bd6e81 (patch)
tree4abe1250254312348888f022cba682756fc7480f /src
parenta2ba9a76b8a6ee0a704d1ea51d29551c05619b4e (diff)
downloadpostgresql-c53bb2759fe6f02334d8e2859c07f58355bd6e81.tar.gz
postgresql-c53bb2759fe6f02334d8e2859c07f58355bd6e81.zip
Un-break duplicate_oids script.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/include/catalog/duplicate_oids2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/catalog/duplicate_oids b/src/include/catalog/duplicate_oids
index 5d87234d22d..ebcea8f2eca 100755
--- a/src/include/catalog/duplicate_oids
+++ b/src/include/catalog/duplicate_oids
@@ -5,6 +5,8 @@
# finds oids that are duplicated in the system tables.
#
+FILES=`ls pg_*.h`
+
#
# The previous version did not use the -d option on uniq
# so check here that it is supported.