pgsql: Remove hstore % text[] operator; use slice() function instead.

From: rhaas(at)postgresql(dot)org (Robert Haas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove hstore % text[] operator; use slice() function instead.
Date: 2010-07-02 20:36:49
Message-ID: 20100702203649.2A51A7541D4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove hstore % text[] operator; use slice() function instead.

David Wheeler, with one small correction by me.

Modified Files:
--------------
pgsql/contrib/hstore:
hstore.sql.in (r1.14 -> r1.15)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore.sql.in?r1=1.14&r2=1.15)
uninstall_hstore.sql (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/uninstall_hstore.sql?r1=1.10&r2=1.11)
pgsql/contrib/hstore/expected:
hstore.out (r1.8 -> r1.9)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/expected/hstore.out?r1=1.8&r2=1.9)
pgsql/contrib/hstore/sql:
hstore.sql (r1.7 -> r1.8)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/sql/hstore.sql?r1=1.7&r2=1.8)
pgsql/doc/src/sgml:
hstore.sgml (r1.11 -> r1.12)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/hstore.sgml?r1=1.11&r2=1.12)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2010-07-02 23:25:27 pgsql: Unbreak MSVC builds by removing copydir.c from list of libpgport
Previous Message Robert Haas 2010-07-02 20:18:54 Re: [COMMITTERS] pgsql: Allow copydir() to be interrupted.