]> granicus.if.org Git - postgresql/commitdiff
Un-break duplicate_oids script.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Sep 2002 01:28:36 +0000 (01:28 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 17 Sep 2002 01:28:36 +0000 (01:28 +0000)
src/include/catalog/duplicate_oids

index 5d87234d22db6746da21a1cc7f59aa38bba91ae2..ebcea8f2eca821ca3f4395ddb622cbf670eaf532 100755 (executable)
@@ -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.