pgsql: Fix hstore regression tests. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix hstore regression tests.
Date
Msg-id E1RNlTY-0007wP-Sr@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Rewrite comment for slightly greater accuracy.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Remove hstore's text => text operator.