MCPcopy Create free account
hub / github.com/apache/cloudberry / float_underflow_error

Function float_underflow_error

src/backend/utils/adt/float.c:91–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91pg_noinline void
92float_underflow_error(void)
93{
94 ereport(ERROR,
95 (errcode(ERRCODE_NUMERIC_VALUE_OUT_OF_RANGE),
96 errmsg("value out of range: underflow")));
97}
98
99pg_noinline void
100float_zero_divide_error(void)

Callers 13

pg_hypotFunction · 0.85
dtofFunction · 0.85
dsqrtFunction · 0.85
dcbrtFunction · 0.85
dpowFunction · 0.85
dexpFunction · 0.85
dlog1Function · 0.85
dlog10Function · 0.85
dcoshFunction · 0.85
float4_mulFunction · 0.85
float8_mulFunction · 0.85
float4_divFunction · 0.85

Calls 2

errcodeFunction · 0.50
errmsgFunction · 0.50

Tested by

no test coverage detected