From 8327060dc2dbca8c2220bbdaa0c86342473ad63f Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 22 Jun 2010 12:54:22 +0000 Subject: [PATCH] Updated expected-output file for hstore. This is an oversight in my previous patch to deprecate => as an operator name. Per buildfarm. --- contrib/hstore/expected/hstore.out | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/hstore/expected/hstore.out b/contrib/hstore/expected/hstore.out index 793318e185..9f15a9be6c 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; -- 2.39.5