Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
99
pg_noinline void
100
float_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_div
Function · 0.85
float8_div
Function · 0.85
Calls
2
errcode
Function · 0.50
errmsg
Function · 0.50
Tested by
no test coverage detected