"Jeroen De Dauw" posted a comment on MediaWiki.r113810. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113810#c32357
Commit summary for MediaWiki.r113810: Changed "int(8)" to just "int" - specifying number of bytes isn't necessary, and causes problems with PostgreSQL Jeroen De Dauw's comment: INT is always 4 bytes. The stuff in brackets does not change how it's stored at all. The thing in brackets has something to do with how it's displayed (which is what I remember from the docs, and is rather vague) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
