diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1997-04-27 07:45:49 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1997-04-27 07:45:49 +0000 |
| commit | 557e0ed20660a3ac6bdb95e35fc61008ab5aa04a (patch) | |
| tree | abc9b01d59bba61ef944778a2e36940557efa7bd /src/test/regress/expected/float4.out | |
| parent | a475d4d89cf8699417e10cd189ab0146d8e4d948 (diff) | |
| download | postgresql-557e0ed20660a3ac6bdb95e35fc61008ab5aa04a.tar.gz | |
Alot of regression test fixes, mainly to compensate for moving
the DROP TABLE calls from the destroy.sql file to the 'types' .sql files,
so that they are self-contained
btree_index, hash_index and misc all fail as there seems to be missing
a 'misc.out' expected file...have asked Thomas for one...
Diffstat (limited to 'src/test/regress/expected/float4.out')
| -rw-r--r-- | src/test/regress/expected/float4.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/regress/expected/float4.out b/src/test/regress/expected/float4.out index 92cfe073af..143f6d62fc 100644 --- a/src/test/regress/expected/float4.out +++ b/src/test/regress/expected/float4.out @@ -146,3 +146,4 @@ five|f1 |-1.23457e-20 (5 rows) +QUERY: DROP TABLE FLOAT4_TBL; |
