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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove the << >> &< and &> operators for contrib/cube, which were
Date: 2005-06-27 01:19:44
Message-ID: 20050627011944.6B28F52846@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-27 01:53:52 pgsql: Done: > o -Allow PL/pgSQL EXECUTE query_var INTO record_var;
Previous Message Tom Lane 2005-06-27 00:48:08 pgsql: Adjust contrib/seg &< and &> operators so that r-tree indexing