Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.63.37 16640

argument of lo_read exceeds integer range

[Description]

argument of lo_read exceeds integer range.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.

[System Processing]

Processing will be aborted.

[Action]

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