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

Function float_zero_divide_error

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

Source from the content-addressed store, hash-verified

97}
98
99pg_noinline void
100float_zero_divide_error(void)
101{
102 ereport(ERROR,
103 (errcode(ERRCODE_DIVISION_BY_ZERO),
104 errmsg("division by zero")));
105}
106
107
108/*

Callers 2

float4_divFunction · 0.85
float8_divFunction · 0.85

Calls 2

errcodeFunction · 0.50
errmsgFunction · 0.50

Tested by

no test coverage detected