Commit c87867f4 authored by Tom Lane's avatar Tom Lane

Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.

parent 97915fcd
......@@ -6,8 +6,8 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:seg.sql:12: WARNING: ProcedureCreate: type seg is not yet defined
psql:seg.sql:17: WARNING: Argument type "seg" is only a shell
psql:seg.sql:12: NOTICE: ProcedureCreate: type seg is not yet defined
psql:seg.sql:17: NOTICE: Argument type "seg" is only a shell
--
-- testing the input and output functions
--
......
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