pgsql: Fix findoidjoins to recognize oidvector columns.

Started by Tom Laneabout 6 years ago1 messagescomitters
Jump to latest
#1Tom 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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/96d175e3e2ea1bbf734f21444126a711da12108b

Modified Files
--------------
src/test/regress/expected/oidjoins.out | 40 ++++++++++++++++++++++++++++++++++
src/test/regress/sql/oidjoins.sql | 20 +++++++++++++++++
src/tools/findoidjoins/README | 5 +++++
src/tools/findoidjoins/findoidjoins.c | 2 +-
4 files changed, 66 insertions(+), 1 deletion(-)