diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-17 01:28:36 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2002-09-17 01:28:36 +0000 |
commit | c53bb2759fe6f02334d8e2859c07f58355bd6e81 (patch) | |
tree | 4abe1250254312348888f022cba682756fc7480f | |
parent | a2ba9a76b8a6ee0a704d1ea51d29551c05619b4e (diff) | |
download | postgresql-c53bb2759fe6f02334d8e2859c07f58355bd6e81.tar.gz postgresql-c53bb2759fe6f02334d8e2859c07f58355bd6e81.zip |
Un-break duplicate_oids script.
-rwxr-xr-x | src/include/catalog/duplicate_oids | 2 |
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. |