projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2ba9a7
)
Un-break duplicate_oids script.
author
Tom Lane
Tue, 17 Sep 2002 01:28:36 +0000
(
01:28
+0000)
committer
Tom Lane
Tue, 17 Sep 2002 01:28:36 +0000
(
01:28
+0000)
src/include/catalog/duplicate_oids
patch
|
blob
|
blame
|
history
diff --git
a/src/include/catalog/duplicate_oids
b/src/include/catalog/duplicate_oids
index 5d87234d22db6746da21a1cc7f59aa38bba91ae2..ebcea8f2eca821ca3f4395ddb622cbf670eaf532 100755
(executable)
--- 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.