1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Update contrib regression tests for recent error message editing.

This commit is contained in:
Tom Lane
2003-08-01 02:38:09 +00:00
parent 1e120a8e5d
commit 6ed071bca5
8 changed files with 22 additions and 22 deletions

View File

@ -3,16 +3,16 @@
-- does not depend on contents of seg.sql.
--
\set ECHO none
psql:tsearch.sql:9: NOTICE: type txtidx is not yet defined
psql:tsearch.sql:9: NOTICE: type "txtidx" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:14: NOTICE: argument type txtidx is only a shell
psql:tsearch.sql:38: NOTICE: type query_txt is not yet defined
psql:tsearch.sql:38: NOTICE: type "query_txt" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:43: NOTICE: argument type query_txt is only a shell
psql:tsearch.sql:55: NOTICE: type mquery_txt is not yet defined
psql:tsearch.sql:55: NOTICE: type "mquery_txt" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:61: NOTICE: argument type mquery_txt is only a shell
psql:tsearch.sql:156: NOTICE: type gtxtidx is not yet defined
psql:tsearch.sql:156: NOTICE: type "gtxtidx" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch.sql:161: NOTICE: argument type gtxtidx is only a shell
--txtidx