pgsql: Improve numeric_power() tests for large integer powers.

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve numeric_power() tests for large integer powers.
Date: 2021-08-05 21:26:06
Message-ID: E1mBksQ-0000Lb-Fp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-08-05 21:41:09 Re: pgsql: process startup: Centralize pgwin32_signal_initialize() calls.
Previous Message Andres Freund 2021-08-05 19:36:30 pgsql: process startup: Centralize pgwin32_signal_initialize() calls.