pgsql: Remove the << >> &< and &> operators for contrib/cube, which were - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Remove the << >> &< and &> operators for contrib/cube, which were
Date
Msg-id 20050627011944.6B28F52846@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove the << >> &< and &> operators for contrib/cube, which were
wrong, but nobody noticed because they were also useless.

Modified Files:
--------------
    pgsql/contrib/cube:
        README.cube (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/README.cube.diff?r1=1.6&r2=1.7)
        cube.c (r1.20 -> r1.21)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/cube.c.diff?r1=1.20&r2=1.21)
        cube.sql.in (r1.15 -> r1.16)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/cube.sql.in.diff?r1=1.15&r2=1.16)
    pgsql/contrib/cube/expected:
        cube.out (r1.14 -> r1.15)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube.out.diff?r1=1.14&r2=1.15)
        cube_1.out (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube_1.out.diff?r1=1.1&r2=1.2)
        cube_2.out (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/expected/cube_2.out.diff?r1=1.1&r2=1.2)
    pgsql/contrib/cube/sql:
        cube.sql (r1.7 -> r1.8)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/cube/sql/cube.sql.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Adjust contrib/seg &< and &> operators so that r-tree indexing
Next
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: > o -Allow PL/pgSQL EXECUTE query_var INTO record_var;