diff options
| author | Bruce Momjian | 1999-03-14 16:03:33 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1999-03-14 16:03:33 +0000 |
| commit | aba8c12f679c2324fa42e718beab8e9d57409102 (patch) | |
| tree | ad8d1616fae148f4965555490450fda011b1694c /src/test/regress | |
| parent | e94fffc1c1c822b16b82dcf7dab8d82ed2625d3d (diff) | |
We have tested the patches on three platforms:
NetBSD/macppc
LinuxPPC
FreeBSD 2.2.6-RELEASE
All of them seem happy with the regression test. Note that, however,
compiling with optimization enabled on NetBSD/macppc causes an initdb
failure (other two platforms are ok). After checking the asm code, we
are suspecting that might be a compiler(egcs) bug.
Tatsuo Ishii
Diffstat (limited to 'src/test/regress')
| -rw-r--r-- | src/test/regress/expected/euc_jp.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/euc_jp.out b/src/test/regress/expected/euc_jp.out index f976010e76b..b0bdfbac9af 100644 --- a/src/test/regress/expected/euc_jp.out +++ b/src/test/regress/expected/euc_jp.out @@ -1,5 +1,5 @@ QUERY: drop table 計算機用語; -ERROR: Relation 計算機用語 Does Not Exist! +ERROR: Relation '計算機用語' does not exist QUERY: create table 計算機用語 (用語 text, 分類コード varchar, 備考1Aだよ char(16)); QUERY: create index 計算機用語index1 on 計算機用語 using btree (用語); QUERY: create index 計算機用語index2 on 計算機用語 using hash (分類コード); |
