mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Remove ill-considered (not to mention undocumented) attempt to make
contrib/intarray's GIN opclass override the built-in default. Per bug #3048 and other complaints.
This commit is contained in:
@ -123,8 +123,3 @@ DROP FUNCTION boolop(_int4, query_int);
|
||||
DROP FUNCTION querytree(query_int);
|
||||
|
||||
DROP TYPE query_int CASCADE;
|
||||
|
||||
--mark built-in gin's _int4_ops as default again
|
||||
update pg_catalog.pg_opclass set opcdefault = 't'
|
||||
where opcmethod = (select oid from pg_catalog.pg_am where amname='gin') and
|
||||
opcname = '_int4_ops';
|
||||
|
Reference in New Issue
Block a user