pgsql: Expand tests for factorial - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Expand tests for factorial
Date
Msg-id E1jloFK-00017z-Mx@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Remove reset of testtablespace from pg_regress on Windows
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix oldest xmin and LSN computation across repslots after advanc