pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca

pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca

pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca

pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca

pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca

pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca

pgsql: Fix corner-case loss of precision in numeric_power().

2021-10-06 Thread Dean Rasheed
Fix corner-case loss of precision in numeric_power(). This fixes a loss of precision that occurs when the first input is very close to 1, so that its logarithm is very small. Formerly, during the initial low-precision calculation to estimate the result weight, the logarithm was computed to a loca