pgsql: Fix hstore regression tests.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix hstore regression tests.
Date: 2011-11-08 13:12:28
Message-ID: E1RNlTY-0007wP-Sr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix hstore regression tests.

This was an oversight in commit b60653bc0b75b7f3b5dda0a2968a22129aafb2b2.

Also, fix a typo spotted by Thom Brown.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/bb1afb528a9154e21fe8ffe7e5c6dbf4a753136c

Modified Files
--------------
contrib/hstore/expected/hstore.out | 58 +++++++++++++++++------------------
contrib/hstore/hstore--1.0--1.1.sql | 2 +-
contrib/hstore/sql/hstore.sql | 56 +++++++++++++++++-----------------
3 files changed, 57 insertions(+), 59 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-11-08 14:23:04 Re: pgsql: Remove hstore's text => text operator.
Previous Message Heikki Linnakangas 2011-11-08 07:47:42 pgsql: Adjust range type docs for some last-minute changes I made to th