pgsql: Add tests for int4_bool() in int.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add tests for int4_bool() in int.c
Дата
Msg-id E1rV3lT-003x2k-EA@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add tests for int4_bool() in int.c

This cast was previously not covered at all by the regression tests.

Author: Christoph Berg
Discussion: https://postgr.es/m/ZYQZ1hNfLd_4rzkn@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f19412e4eae6468361f24fd20e05fb433da5538

Modified Files
--------------
src/test/regress/expected/boolean.out | 19 +++++++++++++++++++
src/test/regress/sql/boolean.sql      |  5 +++++
2 files changed, 24 insertions(+)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Consider the "LIMIT 1" optimization with parallel DISTINCT
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add .gitignore to src/test/modules/gin/