Commit 8327060d authored by Robert Haas's avatar Robert Haas

Updated expected-output file for hstore.

This is an oversight in my previous patch to deprecate => as an operator
name.  Per buildfarm.
parent f9742123
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment