diff options
| author | Tom Lane | 2002-11-01 22:46:04 +0000 |
|---|---|---|
| committer | Tom Lane | 2002-11-01 22:46:04 +0000 |
| commit | 1e970dcee821fbf6b1fa2aa64765ca762e0491f7 (patch) | |
| tree | 8b4e04e633a4957208e7b5b2a048cfc891bd8b7b /contrib/cube | |
| parent | 884cd4b6bef9c4ab3bdf23a5d2e3f117def4fdb2 (diff) | |
Ooops, forgot to fix contrib regression tests for WARNING/NOTICE change.
Diffstat (limited to 'contrib/cube')
| -rw-r--r-- | contrib/cube/expected/cube.out | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/cube/expected/cube.out b/contrib/cube/expected/cube.out index 235859f8b26..5eeeb0f5fc3 100644 --- a/contrib/cube/expected/cube.out +++ b/contrib/cube/expected/cube.out @@ -6,8 +6,8 @@ -- does not depend on contents of cube.sql. -- \set ECHO none -psql:cube.sql:12: WARNING: ProcedureCreate: type cube is not yet defined -psql:cube.sql:17: WARNING: Argument type "cube" is only a shell +psql:cube.sql:12: NOTICE: ProcedureCreate: type cube is not yet defined +psql:cube.sql:17: NOTICE: Argument type "cube" is only a shell -- -- testing the input and output functions -- |
