Silence unknown PostgreSQL OIDs warnings
When Rails scans a PostgreSQL table, it may come across column types it does not recognize and log a warning the first time. As discussed in https://github.com/rails/rails/issues/40687#issuecomment-733989424, Rails only registers types available to users (https://www.postgresql.org/docs/13/datatype.html). We can silence these warnings by registering the OIDs in question manually. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/24043 Changelog: fixed
Showing
Please register or sign in to comment