Skip to content

Commit bc58c58

Browse files
committed
Further updated regression output for FreeBSD
1 parent 4a7447e commit bc58c58

File tree

1 file changed

+19
-164
lines changed

1 file changed

+19
-164
lines changed

src/test/regress/regression.FreeBSD

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

22
*** expected/float8.out Fri Feb 20 00:08:58 1998
3-
--- results/float8.out Thu Feb 26 23:22:19 1998
3+
--- results/float8.out Sat Feb 28 16:53:53 1998
44
***************
55
*** 9,17 ****
66
QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
@@ -288,7 +288,7 @@
288288
----------------------
289289

290290
*** expected/numerology.out Fri Feb 20 00:09:37 1998
291-
--- results/numerology.out Thu Feb 26 23:22:20 1998
291+
--- results/numerology.out Sat Feb 28 16:53:53 1998
292292
***************
293293
*** 36,44 ****
294294
| 0
@@ -335,7 +335,7 @@
335335
----------------------
336336

337337
*** expected/geometry.out Fri Feb 20 00:09:04 1998
338-
--- results/geometry.out Thu Feb 26 23:22:24 1998
338+
--- results/geometry.out Sat Feb 28 16:53:57 1998
339339
***************
340340
*** 100,106 ****
341341
|(5.1,34.5)|[(1,2),(3,4)] |(3,4)
@@ -578,7 +578,7 @@
578578
----------------------
579579

580580
*** expected/tinterval.out Fri Feb 20 00:12:49 1998
581-
--- results/tinterval.out Thu Feb 26 23:22:28 1998
581+
--- results/tinterval.out Sat Feb 28 16:54:00 1998
582582
***************
583583
*** 110,129 ****
584584
ORDER BY interval1, interval2;
@@ -625,80 +625,16 @@
625625

626626
----------------------
627627

628-
*** expected/constraints.out Thu Feb 26 23:21:56 1998
629-
--- results/constraints.out Thu Feb 26 23:22:37 1998
630-
***************
631-
*** 278,298 ****
632-
QUERY: CREATE TABLE UNIQUE_TBL (i int, t text,
633-
UNIQUE(i,t));
634-
NOTICE: CREATE TABLE/UNIQUE will create implicit index unique_tbl_i_key for table unique_tbl
635-
QUERY: INSERT INTO UNIQUE_TBL VALUES (1, 'one');
636-
QUERY: INSERT INTO UNIQUE_TBL VALUES (2, 'two');
637-
QUERY: INSERT INTO UNIQUE_TBL VALUES (1, 'three');
638-
QUERY: INSERT INTO UNIQUE_TBL VALUES (1, 'one');
639-
! ERROR: Cannot insert a duplicate key into a unique index
640-
QUERY: INSERT INTO UNIQUE_TBL VALUES (5, 'one');
641-
QUERY: INSERT INTO UNIQUE_TBL (t) VALUES ('six');
642-
QUERY: SELECT '' AS five, * FROM UNIQUE_TBL;
643-
! five|i|t
644-
! ----+-+-----
645-
! |1|one
646-
! |2|two
647-
! |1|three
648-
! |5|one
649-
! | |six
650-
! (5 rows)
651-
!
652-
QUERY: DROP TABLE UNIQUE_TBL;
653-
--- 278,298 ----
654-
QUERY: CREATE TABLE UNIQUE_TBL (i int, t text,
655-
UNIQUE(i,t));
656-
NOTICE: CREATE TABLE/UNIQUE will create implicit index unique_tbl_i_key for table unique_tbl
657-
+ PQexec() -- Request was sent to backend, but backend closed the channel before responding.
658-
+ This probably means the backend terminated abnormally before or while processing the request.
659-
QUERY: INSERT INTO UNIQUE_TBL VALUES (1, 'one');
660-
+ PQexec() -- There is no connection to the backend.
661-
QUERY: INSERT INTO UNIQUE_TBL VALUES (2, 'two');
662-
+ PQexec() -- There is no connection to the backend.
663-
QUERY: INSERT INTO UNIQUE_TBL VALUES (1, 'three');
664-
+ PQexec() -- There is no connection to the backend.
665-
QUERY: INSERT INTO UNIQUE_TBL VALUES (1, 'one');
666-
! PQexec() -- There is no connection to the backend.
667-
QUERY: INSERT INTO UNIQUE_TBL VALUES (5, 'one');
668-
+ PQexec() -- There is no connection to the backend.
669-
QUERY: INSERT INTO UNIQUE_TBL (t) VALUES ('six');
670-
+ PQexec() -- There is no connection to the backend.
671-
QUERY: SELECT '' AS five, * FROM UNIQUE_TBL;
672-
! PQexec() -- There is no connection to the backend.
673-
QUERY: DROP TABLE UNIQUE_TBL;
674-
+ PQexec() -- There is no connection to the backend.
675-
676-
----------------------
677-
678628
*** expected/create_index.out Fri Feb 20 00:08:41 1998
679-
--- results/create_index.out Thu Feb 26 23:23:20 1998
629+
--- results/create_index.out Sat Feb 28 16:55:10 1998
680630
***************
681-
*** 1,22 ****
682-
--- 1,43 ----
683-
QUERY: CREATE INDEX onek_unique1 ON onek USING btree(unique1 int4_ops);
684-
QUERY: CREATE INDEX onek_unique2 ON onek USING btree(unique2 int4_ops);
685-
QUERY: CREATE INDEX onek_hundred ON onek USING btree(hundred int4_ops);
686-
+ PQexec() -- Request was sent to backend, but backend closed the channel before responding.
687-
+ This probably means the backend terminated abnormally before or while processing the request.
688-
QUERY: CREATE INDEX onek_stringu1 ON onek USING btree(stringu1 char16_ops);
689-
+ PQexec() -- There is no connection to the backend.
690-
QUERY: CREATE INDEX tenk1_unique1 ON tenk1 USING btree(unique1 int4_ops);
691-
+ PQexec() -- There is no connection to the backend.
692-
QUERY: CREATE INDEX tenk1_unique2 ON tenk1 USING btree(unique2 int4_ops);
693-
+ PQexec() -- There is no connection to the backend.
694-
QUERY: CREATE INDEX tenk1_hundred ON tenk1 USING btree(hundred int4_ops);
695-
+ PQexec() -- There is no connection to the backend.
631+
*** 8,22 ****
632+
--- 8,36 ----
696633
QUERY: CREATE INDEX tenk2_unique1 ON tenk2 USING btree(unique1 int4_ops);
697-
+ PQexec() -- There is no connection to the backend.
698634
QUERY: CREATE INDEX tenk2_unique2 ON tenk2 USING btree(unique2 int4_ops);
699-
+ PQexec() -- There is no connection to the backend.
700635
QUERY: CREATE INDEX tenk2_hundred ON tenk2 USING btree(hundred int4_ops);
701-
+ PQexec() -- There is no connection to the backend.
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.
702638
QUERY: CREATE INDEX rix ON road USING btree (name text_ops);
703639
+ PQexec() -- There is no connection to the backend.
704640
QUERY: CREATE INDEX iix ON ihighway USING btree (name text_ops);
@@ -727,7 +663,7 @@
727663
----------------------
728664

729665
*** expected/sanity_check.out Fri Feb 20 00:10:05 1998
730-
--- results/sanity_check.out Thu Feb 26 23:23:33 1998
666+
--- results/sanity_check.out Sat Feb 28 16:55:27 1998
731667
***************
732668
*** 5,20 ****
733669
ORDER BY relname;
@@ -752,23 +688,25 @@
752688
pg_relcheck |t
753689
pg_trigger |t
754690
pg_type |t
755-
! road |t
756-
! shighway |t
757-
! tenk1 |t
758-
! tenk2 |t
691+
- road |t
692+
- shighway |t
693+
tenk1 |t
694+
tenk2 |t
759695
! (23 rows)
760696

761-
--- 14,18 ----
697+
--- 14,20 ----
762698
pg_relcheck |t
763699
pg_trigger |t
764700
pg_type |t
765-
! (9 rows)
701+
tenk1 |t
702+
tenk2 |t
703+
! (11 rows)
766704

767705

768706
----------------------
769707

770708
*** expected/random.out Fri Feb 20 00:10:04 1998
771-
--- results/random.out Thu Feb 26 23:23:38 1998
709+
--- results/random.out Sat Feb 28 16:55:32 1998
772710
***************
773711
*** 7,18 ****
774712
QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
@@ -799,86 +737,3 @@
799737

800738
----------------------
801739

802-
*** expected/alter_table.out Fri Feb 20 00:08:33 1998
803-
--- results/alter_table.out Thu Feb 26 23:24:17 1998
804-
***************
805-
*** 88,113 ****
806-
QUERY: SELECT unique1 FROM ten_k WHERE unique1 < 20;
807-
unique1
808-
-------
809-
! 0
810-
! 1
811-
! 2
812-
! 3
813-
4
814-
! 5
815-
6
816-
! 7
817-
! 8
818-
9
819-
! 10
820-
! 11
821-
! 12
822-
13
823-
! 14
824-
! 15
825-
! 16
826-
! 17
827-
! 18
828-
19
829-
(20 rows)
830-
831-
QUERY: SELECT unique2 FROM ten_k WHERE unique2 < 20;
832-
--- 88,113 ----
833-
QUERY: SELECT unique1 FROM ten_k WHERE unique1 < 20;
834-
unique1
835-
-------
836-
! 18
837-
! 15
838-
4
839-
! 2
840-
! 1
841-
6
842-
! 14
843-
9
844-
! 8
845-
! 5
846-
! 3
847-
13
848-
! 12
849-
19
850-
+ 17
851-
+ 11
852-
+ 7
853-
+ 10
854-
+ 16
855-
+ 0
856-
(20 rows)
857-
858-
QUERY: SELECT unique2 FROM ten_k WHERE unique2 < 20;
859-
***************
860-
*** 244,253 ****
861-
QUERY: SELECT unique1 FROM tenk1 WHERE unique1 < 5;
862-
unique1
863-
-------
864-
! 0
865-
! 1
866-
2
867-
3
868-
! 4
869-
(5 rows)
870-
871-
--- 244,253 ----
872-
QUERY: SELECT unique1 FROM tenk1 WHERE unique1 < 5;
873-
unique1
874-
-------
875-
! 4
876-
2
877-
+ 1
878-
3
879-
! 0
880-
(5 rows)
881-
882-
883-
----------------------
884-

0 commit comments

Comments
 (0)