Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.63.38 16641

argument of lo_truncate exceeds integer range

[Description]

argument of lo_truncate exceeds integer range\n.Long ago, somebody thought it'd be a good idea to declare this function as taking size_t ... but the underlying backend function only accepts a signed int32 length. So throw error if the given value overflows int32. (A possible alternative is to automatically redirect the call to lo_truncate64; but if the caller wanted to rely on that backend function being available, he could have called lo_truncate64 for himself.)

[System Processing]

Processing will be aborted.

[Action]

To investigate the cause of the occurrence from the message, and remove cause.