pgsql: Add tests for int4_bool() in int.c - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Add tests for int4_bool() in int.c
Date
Msg-id E1rV3lT-003x2k-EA@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Consider the "LIMIT 1" optimization with parallel DISTINCT
Next
From: Michael Paquier
Date:
Subject: pgsql: Add .gitignore to src/test/modules/gin/