pgsql: Remove contrib/intarray's definitions of the <@ and @> operators,

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove contrib/intarray's definitions of the <@ and @> operators,
Дата
Msg-id 20090405004035.A34DD754ADE@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove contrib/intarray's definitions of the <@ and @> operators, so that they
don't cause confusion with the built-in anyarray versions of those operators.
Adjust the module's index opclasses to support the built-in operators in place
of the private ones.

The private implementations are still available under their historical
names @ and ~, so no functionality is lost.  Some quick testing suggests
that they offer no real benefit over the core operators, however.

Per a complaint from Rusty Conover.

Modified Files:
--------------
    pgsql/contrib/intarray:
        _int.sql.in (r1.29 -> r1.30)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/_int.sql.in?r1=1.29&r2=1.30)
        uninstall__int.sql (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/intarray/uninstall__int.sql?r1=1.10&r2=1.11)
    pgsql/doc/src/sgml:
        intarray.sgml (r1.6 -> r1.7)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/intarray.sgml?r1=1.6&r2=1.7)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Hmm, baiji thinks we need explicit 'extern' here.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: I had always wondered why pg_config.h.win32 claimed that Windows