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:
@ -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
|
||||
|
Reference in New Issue
Block a user