mirror of
https://github.com/dimitri/pgloader.git
synced 2026-02-10 00:41:34 +01:00
When the intarray extension is installed our PostgreSQL catalog query fails because we now have more than one operator solving smallint[] <@ smallint[]. It is easy to avoid that problem by casting to integer[], smallint being an implementation detail here anyway. Fix #532.