pgsql: Improve numeric_power() tests for large integer powers. - Mailing list pgsql-committers

From Dean Rasheed
Subject pgsql: Improve numeric_power() tests for large integer powers.
Date
Msg-id E1mBksQ-0000Lb-Fp@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve numeric_power() tests for large integer powers.

Two of the tests added by 4dd5ce2fd fail on buildfarm member
castoroides, though it's not clear why. Improve the tests to report
the actual values produced, if they're not what was expected.

Apply to v11 only for now, until it's clearer what's going on.

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/434ddfb79afea5c515f17fc5febac15afc26d017

Modified Files
--------------
src/test/regress/expected/numeric.out | 8 ++++----
src/test/regress/sql/numeric.sql      | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: process startup: Centralize pgwin32_signal_initialize() calls.
Next
From: Andres Freund
Date:
Subject: Re: pgsql: process startup: Centralize pgwin32_signal_initialize() calls.