Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 5191d52

Browse files
committed
Slightly updated regression output for FreeBSD 3.0-CURRENT
1 parent 0279d55 commit 5191d52

File tree

1 file changed

+36
-100
lines changed

1 file changed

+36
-100
lines changed

src/test/regress/regression.FreeBSD

Lines changed: 36 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
*** expected/float8.out Fri Feb 20 00:08:58 1998
3-
--- results/float8.out Sat Feb 28 16:53:53 1998
2+
*** expected/float8.out Thu Mar 19 00:49:38 1998
3+
--- results/float8.out Sun Mar 22 15:36:24 1998
44
***************
55
*** 9,17 ****
66
QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
@@ -287,28 +287,44 @@
287287

288288
----------------------
289289

290-
*** expected/numerology.out Fri Feb 20 00:09:37 1998
291-
--- results/numerology.out Sat Feb 28 16:53:53 1998
290+
*** expected/numerology.out Thu Mar 19 00:49:56 1998
291+
--- results/numerology.out Sun Mar 22 15:36:25 1998
292292
***************
293-
*** 36,44 ****
294-
| 0
295-
| 0
293+
*** 23,28 ****
294+
--- 23,31 ----
295+
QUERY: INSERT INTO TEMP_INT4 (f1)
296+
SELECT int4(f1) FROM FLOAT8_TBL
297+
WHERE (f1 > -2147483647) AND (f1 < 2147483647);
298+
+ ERROR: There is no operator '>' for types 'float8' and 'int4'
299+
+ You will either have to retype this query using an explicit cast,
300+
+ or you will have to define the operator using CREATE OPERATOR
301+
QUERY: INSERT INTO TEMP_INT4 (f1)
302+
SELECT int4(f1) FROM INT2_TBL;
303+
QUERY: SELECT '' AS nine, f1 FROM TEMP_INT4
304+
***************
305+
*** 31,44 ****
306+
----+------
307+
|-32767
308+
| -1234
309+
- | -1004
310+
- | -35
311+
- | 0
312+
- | 0
296313
| 0
297314
| 1234
298315
| 32767
299316
! (9 rows)
300317

301318
QUERY: CREATE TABLE TEMP_INT2 (f1 INT2);
302319
QUERY: INSERT INTO TEMP_INT2 (f1)
303-
--- 36,46 ----
304-
| 0
305-
| 0
320+
--- 34,43 ----
321+
----+------
322+
|-32767
323+
| -1234
306324
| 0
307-
+ | 0
308-
+ | 0
309325
| 1234
310326
| 32767
311-
! (11 rows)
327+
! (5 rows)
312328

313329
QUERY: CREATE TABLE TEMP_INT2 (f1 INT2);
314330
QUERY: INSERT INTO TEMP_INT2 (f1)
@@ -321,7 +337,7 @@
321337

322338
QUERY: CREATE TABLE TEMP_GROUP (f1 INT4, f2 INT4, f3 FLOAT8);
323339
QUERY: INSERT INTO TEMP_GROUP
324-
--- 58,66 ----
340+
--- 55,63 ----
325341
| 0
326342
| 0
327343
| 0
@@ -334,8 +350,8 @@
334350

335351
----------------------
336352

337-
*** expected/geometry.out Fri Feb 20 00:09:04 1998
338-
--- results/geometry.out Sat Feb 28 16:53:57 1998
353+
*** expected/geometry.out Thu Mar 19 00:49:41 1998
354+
--- results/geometry.out Sun Mar 22 15:36:29 1998
339355
***************
340356
*** 100,106 ****
341357
|(5.1,34.5)|[(1,2),(3,4)] |(3,4)
@@ -577,8 +593,8 @@
577593

578594
----------------------
579595

580-
*** expected/tinterval.out Fri Feb 20 00:12:49 1998
581-
--- results/tinterval.out Sat Feb 28 16:54:00 1998
596+
*** expected/tinterval.out Thu Mar 19 00:50:31 1998
597+
--- results/tinterval.out Sun Mar 22 15:36:32 1998
582598
***************
583599
*** 110,129 ****
584600
ORDER BY interval1, interval2;
@@ -625,88 +641,8 @@
625641

626642
----------------------
627643

628-
*** expected/create_index.out Fri Feb 20 00:08:41 1998
629-
--- results/create_index.out Sat Feb 28 16:55:10 1998
630-
***************
631-
*** 8,22 ****
632-
--- 8,36 ----
633-
QUERY: CREATE INDEX tenk2_unique1 ON tenk2 USING btree(unique1 int4_ops);
634-
QUERY: CREATE INDEX tenk2_unique2 ON tenk2 USING btree(unique2 int4_ops);
635-
QUERY: CREATE INDEX tenk2_hundred ON tenk2 USING btree(hundred int4_ops);
636-
+ PQexec() -- Request was sent to backend, but backend closed the channel before responding.
637-
+ This probably means the backend terminated abnormally before or while processing the request.
638-
QUERY: CREATE INDEX rix ON road USING btree (name text_ops);
639-
+ PQexec() -- There is no connection to the backend.
640-
QUERY: CREATE INDEX iix ON ihighway USING btree (name text_ops);
641-
+ PQexec() -- There is no connection to the backend.
642-
QUERY: CREATE INDEX six ON shighway USING btree (name text_ops);
643-
+ PQexec() -- There is no connection to the backend.
644-
QUERY: CREATE INDEX bt_i4_index ON bt_i4_heap USING btree (seqno int4_ops);
645-
+ PQexec() -- There is no connection to the backend.
646-
QUERY: CREATE INDEX bt_c16_index ON bt_c16_heap USING btree (seqno char16_ops);
647-
+ PQexec() -- There is no connection to the backend.
648-
QUERY: CREATE INDEX bt_txt_index ON bt_txt_heap USING btree (seqno text_ops);
649-
+ PQexec() -- There is no connection to the backend.
650-
QUERY: CREATE INDEX bt_f8_index ON bt_f8_heap USING btree (seqno float8_ops);
651-
+ PQexec() -- There is no connection to the backend.
652-
QUERY: CREATE INDEX rect2ind ON fast_emp4000 USING rtree (home_base bigbox_ops);
653-
+ PQexec() -- There is no connection to the backend.
654-
QUERY: CREATE INDEX hash_i4_index ON hash_i4_heap USING hash (random int4_ops);
655-
+ PQexec() -- There is no connection to the backend.
656-
QUERY: CREATE INDEX hash_c16_index ON hash_c16_heap USING hash (random char16_ops);
657-
+ PQexec() -- There is no connection to the backend.
658-
QUERY: CREATE INDEX hash_txt_index ON hash_txt_heap USING hash (random text_ops);
659-
+ PQexec() -- There is no connection to the backend.
660-
QUERY: CREATE INDEX hash_f8_index ON hash_f8_heap USING hash (random float8_ops);
661-
+ PQexec() -- There is no connection to the backend.
662-
663-
----------------------
664-
665-
*** expected/sanity_check.out Fri Feb 20 00:10:05 1998
666-
--- results/sanity_check.out Sat Feb 28 16:55:27 1998
667-
***************
668-
*** 5,20 ****
669-
ORDER BY relname;
670-
relname |relhasindex
671-
--------------+-----------
672-
- bt_c16_heap |t
673-
- bt_f8_heap |t
674-
- bt_i4_heap |t
675-
- bt_txt_heap |t
676-
- fast_emp4000 |t
677-
- hash_c16_heap |t
678-
- hash_f8_heap |t
679-
- hash_i4_heap |t
680-
- hash_txt_heap |t
681-
- ihighway |t
682-
onek |t
683-
pg_attrdef |t
684-
pg_attribute |t
685-
--- 5,10 ----
686-
***************
687-
*** 24,32 ****
688-
pg_relcheck |t
689-
pg_trigger |t
690-
pg_type |t
691-
- road |t
692-
- shighway |t
693-
tenk1 |t
694-
tenk2 |t
695-
! (23 rows)
696-
697-
--- 14,20 ----
698-
pg_relcheck |t
699-
pg_trigger |t
700-
pg_type |t
701-
tenk1 |t
702-
tenk2 |t
703-
! (11 rows)
704-
705-
706-
----------------------
707-
708-
*** expected/random.out Fri Feb 20 00:10:04 1998
709-
--- results/random.out Sat Feb 28 16:55:32 1998
644+
*** expected/random.out Thu Mar 19 00:50:07 1998
645+
--- results/random.out Sun Mar 22 15:38:52 1998
710646
***************
711647
*** 7,18 ****
712648
QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);

0 commit comments

Comments
 (0)