overflowing - Search results
Mailing lists >> pgsql-bugs >> Thread
2025-03-18 16:58:05 | Re: BUG #18853: integer may overflow in array_user_functions (Tom Lane)
overflow because Datum sizes are restricted to be < 1GB. There may indeed be live overflow
Mailing lists >> pgsql-bugs >> Thread
2025-03-18 11:02:46 | BUG #18853: integer may overflow in array_user_functions (PG Bug reporting form)
overflow checks. For example: int reqsize = state1->nbytes + state2->nbytes; This could potentially cause overflow