Un-break duplicate_oids script.

REL7_3_STABLE
Tom Lane 23 years ago
parent a2ba9a76b8
commit c53bb2759f
  1. 2
      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.

Loading…
Cancel
Save