-
- Downloads
Improve findoidjoins to cover more cases.
Teach the program and script to deal with OID-array referencing columns, which we now have several of. Also, modify the recommended usage process to specify that the program should be run against the regression database rather than template1. This lets it find numerous joins that cannot be found in template1 because the relevant catalogs are entirely empty. Together these changes add seventeen formerly-missed cases to the oidjoins regression test.
Showing
- src/test/regress/expected/oidjoins.out 136 additions, 0 deletionssrc/test/regress/expected/oidjoins.out
- src/test/regress/sql/oidjoins.sql 68 additions, 0 deletionssrc/test/regress/sql/oidjoins.sql
- src/tools/findoidjoins/README 38 additions, 19 deletionssrc/tools/findoidjoins/README
- src/tools/findoidjoins/findoidjoins.c 84 additions, 11 deletionssrc/tools/findoidjoins/findoidjoins.c
- src/tools/findoidjoins/make_oidjoins_check 16 additions, 6 deletionssrc/tools/findoidjoins/make_oidjoins_check
Loading
Please register or sign in to comment