pgsql: Expand tests for factorial

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Expand tests for factorial
Date: 2020-06-18 06:41:58
Message-ID: E1jloFK-00017z-Mx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Expand tests for factorial

Move from int4 to numeric test. (They were originally int4 functions,
but were reimplemented for numeric in
04a4821adef38155b7920ba9eb83c4c3c29156f8.) Add some tests for edge
cases.

Discussion: https://www.postgresql.org/message-id/flat/6ce1df0e-86a3-e544-743a-f357ff663f68%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9d402c73ade412bdeb9064c81fc4ed071c4e93f8

Modified Files
--------------
src/test/regress/expected/int4.out | 12 ----------
src/test/regress/expected/numeric.out | 41 +++++++++++++++++++++++++++++++++++
src/test/regress/sql/int4.sql | 4 ----
src/test/regress/sql/numeric.sql | 11 ++++++++++
4 files changed, 52 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-06-18 07:36:28 pgsql: Fix oldest xmin and LSN computation across repslots after advanc
Previous Message Michael Paquier 2020-06-18 01:40:50 pgsql: Remove reset of testtablespace from pg_regress on Windows