pgsql: Increase test coverage in RI_FKey_pk_upd_check_required()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Increase test coverage in RI_FKey_pk_upd_check_required()
Дата
Msg-id E1gjnl3-0003Cc-I2@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Increase test coverage in RI_FKey_pk_upd_check_required()  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-committers
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 <alvherre@2ndquadrant.com>
Reviewed-by: Mi Tar <mmitar@gmail.com>
Discussion: https://www.postgresql.org/message-id/flat/7ae17c95-0c99-d420-032a-c271f510112b@2ndquadrant.com/

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(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Move vacuumlazy.c into access/heap.
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: pgsql: Increase test coverage in RI_FKey_pk_upd_check_required()