Fix findoidjoins to recognize oidvector columns.
Tom Lane <tgl@sss.pgh.pa.us>
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.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/expected/oidjoins.out | modified | +40 −0 |
| src/test/regress/sql/oidjoins.sql | modified | +20 −0 |
| src/tools/findoidjoins/findoidjoins.c | modified | +1 −1 |
| src/tools/findoidjoins/README | modified | +5 −0 |