diff options
author | Robert Haas <rhaas@postgresql.org> | 2010-06-22 12:54:22 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2010-06-22 12:54:22 +0000 |
commit | 8327060dc2dbca8c2220bbdaa0c86342473ad63f (patch) | |
tree | e0b880bb222167986c2c532193f1d5ed8ac6d7cb | |
parent | f974212320960452950921d68c6fea275c2257da (diff) |
Updated expected-output file for hstore.
This is an oversight in my previous patch to deprecate => as an operator
name. Per buildfarm.
-rw-r--r-- | contrib/hstore/expected/hstore.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/hstore/expected/hstore.out b/contrib/hstore/expected/hstore.out index 793318e185e..9f15a9be6c4 100644 --- a/contrib/hstore/expected/hstore.out +++ b/contrib/hstore/expected/hstore.out @@ -4,6 +4,8 @@ -- SET client_min_messages = warning; \set ECHO none +psql:hstore.sql:234: WARNING: => is deprecated as an operator name +DETAIL: This name may be disallowed altogether in future versions of PostgreSQL. RESET client_min_messages; set escape_string_warning=off; --hstore; |