diff options
author | Tom Lane | 2002-08-23 00:04:52 +0000 |
---|---|---|
committer | Tom Lane | 2002-08-23 00:04:52 +0000 |
commit | ceb9e60e8e83c40463bae44f86b1f7ce09998deb (patch) | |
tree | 3204393cb98c70032b0f908ff2c8a23209264fdc /contrib/intarray/expected | |
parent | 14a760882ae8ed411325e14de9502f4305c79123 (diff) |
Update contrib regression tests for OPAQUE datatype changes.
Diffstat (limited to 'contrib/intarray/expected')
-rw-r--r-- | contrib/intarray/expected/_int.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/intarray/expected/_int.out b/contrib/intarray/expected/_int.out index 87298630be4..f860608b128 100644 --- a/contrib/intarray/expected/_int.out +++ b/contrib/intarray/expected/_int.out @@ -3,6 +3,8 @@ -- does not depend on contents of seg.sql. -- \set ECHO none +psql:_int.sql:13: WARNING: ProcedureCreate: type query_int is not yet defined +psql:_int.sql:18: WARNING: Argument type "query_int" is only a shell select intset(1234); intset -------- |