Fix findoidjoins to recognize oidvector columns.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 May 2020 20:28:09 +0000 (16:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 9 May 2020 20:28:20 +0000 (16:28 -0400)
commit96d175e3e2ea1bbf734f21444126a711da12108b
tree4a7754e5493dae46fda79106569e53df40e399c2
parentebeb3dea772652887b67a7549906f5a9ec8a487f
Fix findoidjoins to recognize oidvector columns.

Somehow we'd never noticed this oversight, even though it means
that such basic columns as pg_proc.proargtypes were not being
validated by the oidjoins test.  Correct the query and update
the test script with the newly-found dependencies.
src/test/regress/expected/oidjoins.out
src/test/regress/sql/oidjoins.sql
src/tools/findoidjoins/README
src/tools/findoidjoins/findoidjoins.c