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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tests for int4_bool() in int.c
Date: 2024-01-31 06:08:03
Message-ID: E1rV3lT-003x2k-EA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-01-31 06:13:33 pgsql: Add .gitignore to src/test/modules/gin/
Previous Message David Rowley 2024-01-31 04:22:20 pgsql: Consider the "LIMIT 1" optimization with parallel DISTINCT