Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
5191d520
Commit
5191d520
authored
Mar 22, 1998
by
Marc G. Fournier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slightly updated regression output for FreeBSD 3.0-CURRENT
parent
0279d55e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
100 deletions
+36
-100
src/test/regress/regression.FreeBSD
src/test/regress/regression.FreeBSD
+36
-100
No files found.
src/test/regress/regression.FreeBSD
View file @
5191d520
*** expected/float8.out
Fri Feb 20 00:08:5
8 1998
--- results/float8.out S
at Feb 28 16:53:53
1998
*** expected/float8.out
Thu Mar 19 00:49:3
8 1998
--- results/float8.out S
un Mar 22 15:36:24
1998
***************
*** 9,17 ****
QUERY: INSERT INTO FLOAT8_TBL(f1) VALUES ('-10e400');
...
...
@@ -287,12 +287,29 @@
----------------------
*** expected/numerology.out
Fri Feb 20 00:09:37
1998
--- results/numerology.out S
at Feb 28 16:53:53
1998
*** expected/numerology.out
Thu Mar 19 00:49:56
1998
--- results/numerology.out S
un Mar 22 15:36:25
1998
***************
*** 36,44 ****
| 0
| 0
*** 23,28 ****
--- 23,31 ----
QUERY: INSERT INTO TEMP_INT4 (f1)
SELECT int4(f1) FROM FLOAT8_TBL
WHERE (f1 > -2147483647) AND (f1 < 2147483647);
+ ERROR: There is no operator '>' for types 'float8' and 'int4'
+ You will either have to retype this query using an explicit cast,
+ or you will have to define the operator using CREATE OPERATOR
QUERY: INSERT INTO TEMP_INT4 (f1)
SELECT int4(f1) FROM INT2_TBL;
QUERY: SELECT '' AS nine, f1 FROM TEMP_INT4
***************
*** 31,44 ****
----+------
|-32767
| -1234
- | -1004
- | -35
- | 0
- | 0
| 0
| 1234
| 32767
...
...
@@ -300,15 +317,14 @@
QUERY: CREATE TABLE TEMP_INT2 (f1 INT2);
QUERY: INSERT INTO TEMP_INT2 (f1)
--- 36,46 ----
| 0
| 0
--- 34,43 ----
----+------
|-32767
| -1234
| 0
+ | 0
+ | 0
| 1234
| 32767
! (
11
rows)
! (
5
rows)
QUERY: CREATE TABLE TEMP_INT2 (f1 INT2);
QUERY: INSERT INTO TEMP_INT2 (f1)
...
...
@@ -321,7 +337,7 @@
QUERY: CREATE TABLE TEMP_GROUP (f1 INT4, f2 INT4, f3 FLOAT8);
QUERY: INSERT INTO TEMP_GROUP
--- 5
8,66
----
--- 5
5,63
----
| 0
| 0
| 0
...
...
@@ -334,8 +350,8 @@
----------------------
*** expected/geometry.out
Fri Feb 20 00:09:04
1998
--- results/geometry.out S
at Feb 28 16:53:57
1998
*** expected/geometry.out
Thu Mar 19 00:49:41
1998
--- results/geometry.out S
un Mar 22 15:36:29
1998
***************
*** 100,106 ****
|(5.1,34.5)|[(1,2),(3,4)] |(3,4)
...
...
@@ -577,8 +593,8 @@
----------------------
*** expected/tinterval.out
Fri Feb 20 00:12:49
1998
--- results/tinterval.out S
at Feb 28 16:54:00
1998
*** expected/tinterval.out
Thu Mar 19 00:50:31
1998
--- results/tinterval.out S
un Mar 22 15:36:32
1998
***************
*** 110,129 ****
ORDER BY interval1, interval2;
...
...
@@ -625,88 +641,8 @@
----------------------
*** expected/create_index.out Fri Feb 20 00:08:41 1998
--- results/create_index.out Sat Feb 28 16:55:10 1998
***************
*** 8,22 ****
--- 8,36 ----
QUERY: CREATE INDEX tenk2_unique1 ON tenk2 USING btree(unique1 int4_ops);
QUERY: CREATE INDEX tenk2_unique2 ON tenk2 USING btree(unique2 int4_ops);
QUERY: CREATE INDEX tenk2_hundred ON tenk2 USING btree(hundred int4_ops);
+ PQexec() -- Request was sent to backend, but backend closed the channel before responding.
+ This probably means the backend terminated abnormally before or while processing the request.
QUERY: CREATE INDEX rix ON road USING btree (name text_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX iix ON ihighway USING btree (name text_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX six ON shighway USING btree (name text_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX bt_i4_index ON bt_i4_heap USING btree (seqno int4_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX bt_c16_index ON bt_c16_heap USING btree (seqno char16_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX bt_txt_index ON bt_txt_heap USING btree (seqno text_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX bt_f8_index ON bt_f8_heap USING btree (seqno float8_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX rect2ind ON fast_emp4000 USING rtree (home_base bigbox_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX hash_i4_index ON hash_i4_heap USING hash (random int4_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX hash_c16_index ON hash_c16_heap USING hash (random char16_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX hash_txt_index ON hash_txt_heap USING hash (random text_ops);
+ PQexec() -- There is no connection to the backend.
QUERY: CREATE INDEX hash_f8_index ON hash_f8_heap USING hash (random float8_ops);
+ PQexec() -- There is no connection to the backend.
----------------------
*** expected/sanity_check.out Fri Feb 20 00:10:05 1998
--- results/sanity_check.out Sat Feb 28 16:55:27 1998
***************
*** 5,20 ****
ORDER BY relname;
relname |relhasindex
--------------+-----------
- bt_c16_heap |t
- bt_f8_heap |t
- bt_i4_heap |t
- bt_txt_heap |t
- fast_emp4000 |t
- hash_c16_heap |t
- hash_f8_heap |t
- hash_i4_heap |t
- hash_txt_heap |t
- ihighway |t
onek |t
pg_attrdef |t
pg_attribute |t
--- 5,10 ----
***************
*** 24,32 ****
pg_relcheck |t
pg_trigger |t
pg_type |t
- road |t
- shighway |t
tenk1 |t
tenk2 |t
! (23 rows)
--- 14,20 ----
pg_relcheck |t
pg_trigger |t
pg_type |t
tenk1 |t
tenk2 |t
! (11 rows)
----------------------
*** expected/random.out Fri Feb 20 00:10:04 1998
--- results/random.out Sat Feb 28 16:55:32 1998
*** expected/random.out Thu Mar 19 00:50:07 1998
--- results/random.out Sun Mar 22 15:38:52 1998
***************
*** 7,18 ****
QUERY: SELECT count(*) FROM onek where oidrand(onek.oid, 10);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment