Increase test coverage in RI_FKey_pk_upd_check_required() This checks the case where the primary key has at least one null column.
Reviewed-by: Alvaro Herrera <[email protected]> Reviewed-by: Mi Tar <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected]/ Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/cdaf4a472776141899dfdb742c9b73581f19f59a Modified Files -------------- src/test/regress/expected/foreign_key.out | 24 ++++++++++++++++++++++++ src/test/regress/sql/foreign_key.sql | 19 +++++++++++++++++++ 2 files changed, 43 insertions(+)
