Page MenuHomePhabricator

PostgreSQL: page_namespace only uses SMALLINT, not INTEGER
Closed, ResolvedPublic

Description

/maintenance/postgres/tables.sql only uses SMALLINT (up to 32767) for page_namespace (table "page"), but normal MySQL schema uses the normal (bigger) int field.

So it should be (only) an issue, if anyone want to use a namespace ID over 32,767.


Version: 1.23.0
Severity: minor

Details

Reference
bz60643