|
1 | 1 |
|
2 | 2 | *** expected/float8.outFri Feb 20 00:08:58 1998
|
3 |
| ---- results/float8.outThu Feb26 23:22:19 1998 |
| 3 | +--- results/float8.outSat Feb28 16:53:53 1998 |
4 | 4 | ***************
|
5 | 5 | *** 9,17 ****
|
6 | 6 | QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
|
|
288 | 288 | ----------------------
|
289 | 289 |
|
290 | 290 | *** expected/numerology.outFri Feb 20 00:09:37 1998
|
291 |
| ---- results/numerology.outThu Feb26 23:22:20 1998 |
| 291 | +--- results/numerology.outSat Feb28 16:53:53 1998 |
292 | 292 | ***************
|
293 | 293 | *** 36,44 ****
|
294 | 294 | | 0
|
|
335 | 335 | ----------------------
|
336 | 336 |
|
337 | 337 | *** expected/geometry.outFri Feb 20 00:09:04 1998
|
338 |
| ---- results/geometry.outThu Feb26 23:22:24 1998 |
| 338 | +--- results/geometry.outSat Feb28 16:53:57 1998 |
339 | 339 | ***************
|
340 | 340 | *** 100,106 ****
|
341 | 341 | |(5.1,34.5)|[(1,2),(3,4)] |(3,4)
|
|
578 | 578 | ----------------------
|
579 | 579 |
|
580 | 580 | *** expected/tinterval.outFri Feb 20 00:12:49 1998
|
581 |
| ---- results/tinterval.outThu Feb26 23:22:28 1998 |
| 581 | +--- results/tinterval.outSat Feb28 16:54:00 1998 |
582 | 582 | ***************
|
583 | 583 | *** 110,129 ****
|
584 | 584 | ORDER BY interval1, interval2;
|
|
625 | 625 |
|
626 | 626 | ----------------------
|
627 | 627 |
|
628 |
| -*** expected/constraints.outThu Feb 26 23:21:56 1998 |
629 |
| ---- results/constraints.outThu 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 |
| - |
678 | 628 | *** expected/create_index.outFri Feb 20 00:08:41 1998
|
679 |
| ---- results/create_index.outThu Feb26 23:23:20 1998 |
| 629 | +--- results/create_index.outSat Feb28 16:55:10 1998 |
680 | 630 | ***************
|
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 ---- |
696 | 633 | QUERY: CREATE INDEX tenk2_unique1 ON tenk2 USING btree(unique1 int4_ops);
|
697 |
| -+ PQexec() -- There is no connection to the backend. |
698 | 634 | QUERY: CREATE INDEX tenk2_unique2 ON tenk2 USING btree(unique2 int4_ops);
|
699 |
| -+ PQexec() -- There is no connection to the backend. |
700 | 635 | 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. |
702 | 638 | QUERY: CREATE INDEX rix ON road USING btree (name text_ops);
|
703 | 639 | + PQexec() -- There is no connection to the backend.
|
704 | 640 | QUERY: CREATE INDEX iix ON ihighway USING btree (name text_ops);
|
|
727 | 663 | ----------------------
|
728 | 664 |
|
729 | 665 | *** expected/sanity_check.outFri Feb 20 00:10:05 1998
|
730 |
| ---- results/sanity_check.outThu Feb26 23:23:33 1998 |
| 666 | +--- results/sanity_check.outSat Feb28 16:55:27 1998 |
731 | 667 | ***************
|
732 | 668 | *** 5,20 ****
|
733 | 669 | ORDER BY relname;
|
|
752 | 688 | pg_relcheck |t
|
753 | 689 | pg_trigger |t
|
754 | 690 | 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 |
759 | 695 | ! (23 rows)
|
760 | 696 |
|
761 |
| ---- 14,18 ---- |
| 697 | +--- 14,20 ---- |
762 | 698 | pg_relcheck |t
|
763 | 699 | pg_trigger |t
|
764 | 700 | pg_type |t
|
765 |
| -! (9 rows) |
| 701 | + tenk1 |t |
| 702 | + tenk2 |t |
| 703 | +! (11 rows) |
766 | 704 |
|
767 | 705 |
|
768 | 706 | ----------------------
|
769 | 707 |
|
770 | 708 | *** expected/random.outFri Feb 20 00:10:04 1998
|
771 |
| ---- results/random.outThu Feb26 23:23:38 1998 |
| 709 | +--- results/random.outSat Feb28 16:55:32 1998 |
772 | 710 | ***************
|
773 | 711 | *** 7,18 ****
|
774 | 712 | QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
|
|
799 | 737 |
|
800 | 738 | ----------------------
|
801 | 739 |
|
802 |
| -*** expected/alter_table.outFri Feb 20 00:08:33 1998 |
803 |
| ---- results/alter_table.outThu 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 |
| - |