From c53bb2759fe6f02334d8e2859c07f58355bd6e81 Mon Sep 17 00:00:00 2001 From: Tom Lane <tgl@sss.pgh.pa.us> Date: Tue, 17 Sep 2002 01:28:36 +0000 Subject: [PATCH] Un-break duplicate_oids script. --- src/include/catalog/duplicate_oids | 2 ++ 1 file changed, 2 insertions(+) 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. -- GitLab