mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Updated expected-output file for hstore.
This is an oversight in my previous patch to deprecate => as an operator name. Per buildfarm.
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
--
|
--
|
||||||
SET client_min_messages = warning;
|
SET client_min_messages = warning;
|
||||||
\set ECHO none
|
\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;
|
RESET client_min_messages;
|
||||||
set escape_string_warning=off;
|
set escape_string_warning=off;
|
||||||
--hstore;
|
--hstore;
|
||||||
|
Reference in New Issue
Block a user