1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

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

This commit is contained in:
Tom Lane
2002-11-01 23:44:34 +00:00
parent 97915fcd14
commit c87867f47b

View File

@ -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
--