Un-break duplicate_oids script.

This commit is contained in:
Tom Lane 2002-09-17 01:28:36 +00:00
parent a2ba9a76b8
commit c53bb2759f

View File

@ -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.