summaryrefslogtreecommitdiff
path: root/contrib/tsearch2/expected
diff options
context:
space:
mode:
authorTeodor Sigaev <teodor@sigaev.ru>2005-11-09 09:26:04 +0000
committerTeodor Sigaev <teodor@sigaev.ru>2005-11-09 09:26:04 +0000
commit134bed8089cb9e47f384f86e430af1b0b05ab525 (patch)
treeeb40e132626d2b9339058e77e4f2ca169dea6740 /contrib/tsearch2/expected
parent0645663e6cf20fee555ae0acf428b85fd20a5fed (diff)
downloadpostgresql-134bed8089cb9e47f384f86e430af1b0b05ab525.tar.gz
Fix rwrite(ARRAY) on 64-bit boxes:
Instead of getting elements of array manually call deconstruct_array
Diffstat (limited to 'contrib/tsearch2/expected')
-rw-r--r--contrib/tsearch2/expected/tsearch2.out8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tsearch2/expected/tsearch2.out b/contrib/tsearch2/expected/tsearch2.out
index 81c456d05c..296c0ac676 100644
--- a/contrib/tsearch2/expected/tsearch2.out
+++ b/contrib/tsearch2/expected/tsearch2.out
@@ -13,12 +13,12 @@ psql:tsearch2.sql:342: NOTICE: argument type tsvector is only a shell
psql:tsearch2.sql:396: NOTICE: type "tsquery" is not yet defined
DETAIL: Creating a shell type definition.
psql:tsearch2.sql:401: NOTICE: argument type tsquery is only a shell
-psql:tsearch2.sql:543: NOTICE: type "gtsvector" is not yet defined
+psql:tsearch2.sql:544: NOTICE: type "gtsvector" is not yet defined
DETAIL: Creating a shell type definition.
-psql:tsearch2.sql:548: NOTICE: argument type gtsvector is only a shell
-psql:tsearch2.sql:997: NOTICE: type "gtsq" is not yet defined
+psql:tsearch2.sql:549: NOTICE: argument type gtsvector is only a shell
+psql:tsearch2.sql:998: NOTICE: type "gtsq" is not yet defined
DETAIL: Creating a shell type definition.
-psql:tsearch2.sql:1002: NOTICE: argument type gtsq is only a shell
+psql:tsearch2.sql:1003: NOTICE: argument type gtsq is only a shell
--tsvector
SELECT '1'::tsvector;
tsvector