Top
Enterprise Postgres 14 SP1 Messages
FUJITSU Software

2.63.39 16642

argument of lo_write exceeds integer range

[Description]

argument of lo_write exceeds integer range\n.Long ago, somebody thought it'd be a good idea to declare this functionas 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.