projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97915fc
)
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 23:44:34 +0000
(23:44 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Fri, 1 Nov 2002 23:44:34 +0000
(23:44 +0000)
contrib/seg/expected/seg.out
patch
|
blob
|
blame
|
history
diff --git
a/contrib/seg/expected/seg.out
b/contrib/seg/expected/seg.out
index d5193734e20be19addffbb0feb879728e3f7a0c2..bf075593c9405143474d1cb50b5c5cc4782d85a2 100644
(file)
--- a/
contrib/seg/expected/seg.out
+++ b/
contrib/seg/expected/seg.out
@@
-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
--