Last modified: 2010-05-15 15:40:39 UTC
If i create Wiki with PostgreSQL 8.1.4, i can't load images with size more than 65535 bytes. Patch: I change in table "image" in field "img_size" from type "smallint" to "integer".
this fields too : - img_width -> int4 - img_height -> int4
*** Bug 7157 has been marked as a duplicate of this bug. ***