The error is: `pg_restore: creating OPERATOR "public.@" pg_restore: while PROCESSING TOC: pg_restore: from TOC entry 4992; 2617 5984041 OPERATOR @ postgres pg_restore: error: could not execute query: ERROR: commutator operator @> is already the commutator of operator <@ Command was: CREATE OPERATOR "public".@ ( FUNCTION = "public"."healpix_subset_smoc", LEFTARG = bigint, RIGHTARG = "public"."smoc", COMMUTATOR = OPERATOR("public".@>), NEGATOR = OPERATOR("public".!<@), RESTRICT = "contsel", JOIN = "contjoinsel" ); -- For binary upgrade, handle extension membership the hard way ALTER EXTENSION "pg_sphere" ADD OPERATOR "public".@ (bigint, "public"."smoc");` The problem looks caused by [stricter commutator check](https://www.postgresql.org/message-id/3057808.1731859535%40sss.pgh.pa.us?utm_source=chatgpt.com).