Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Operator@ is incompatible with PG17 #85

Closed
@df7cb

Description

@df7cb

PG17 doesn't like thebigint @ smoc andsmoc @ bigint operators:

+psql:pg_sphere.test.sql:9968: ERROR:  commutator operator @> is already the commutator of operator <@+psql:pg_sphere.test.sql:9978: ERROR:  commutator operator @> is already the commutator of operator <@

This is from pgs_moc_compat.sql.in:

-- a minimal set of backwards-compatible operators for GAVO DaCHS,-- see http://soft.g-vo.org/dachsCREATE OPERATOR @ (   LEFTARG    = bigint,   RIGHTARG   = smoc,   PROCEDURE  = healpix_subset_smoc,   COMMUTATOR = '@>',   NEGATOR    = '!<@',   RESTRICT   = contsel,   JOIN       = contjoinsel);CREATE OPERATOR @ (   LEFTARG    = spoint,   RIGHTARG   = smoc,   PROCEDURE  = spoint_subset_smoc,   COMMUTATOR = '@>',   NEGATOR    = '!<@',   RESTRICT   = contsel,   JOIN       = contjoinsel);

The IMHO best fix would be to drop the@ operator. Alternatively, we can drop the COMMUTATOR and NEGATOR clauses.

Comments?

Cc:@msdemlei

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp