diff options
author | Bruce Momjian | 1998-04-07 18:14:38 +0000 |
---|---|---|
committer | Bruce Momjian | 1998-04-07 18:14:38 +0000 |
commit | db21523314fa5bbce7b6713469192dbf74533e25 (patch) | |
tree | 0ef66b02de60ad9e30e3094925108e195067d9b0 /src/test/bench | |
parent | 6a3c751448980d29e7a8ed723adced303250fd12 (diff) |
Back out char2-char16 removal. Add later.
Diffstat (limited to 'src/test/bench')
-rw-r--r-- | src/test/bench/create.source | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/bench/create.source b/src/test/bench/create.source index b75ed732a0c..986ff3cf6c0 100644 --- a/src/test/bench/create.source +++ b/src/test/bench/create.source @@ -1,6 +1,6 @@ -create table onek(unique1 int4,unique2 int4,two int4,four int4,ten int4,twenty int4, hundred int4,thousand int4,twothousand int4,fivethous int4,tenthous int4,odd int4, even int4,stringu1 name,stringu2 name,string4 name); -create table tenk1 (unique1 int4,unique2 int4, two int4,four int4,ten int4,twenty int4,hundred int4,thousand int4,twothousand int4,fivethous int4,tenthous int4,odd int4,even int4,stringu1 name,stringu2 name,string4 name); -create table tenk2 (unique1 int4, unique2 int4, two int4, four int4,ten int4, twenty int4, hundred int4, thousand int4, twothousand int4,fivethous int4, tenthous int4, odd int4, even int4,stringu1 name,stringu2 name, string4 name); +create table onek(unique1 int4,unique2 int4,two int4,four int4,ten int4,twenty int4, hundred int4,thousand int4,twothousand int4,fivethous int4,tenthous int4,odd int4, even int4,stringu1 char16,stringu2 char16,string4 char16); +create table tenk1 (unique1 int4,unique2 int4, two int4,four int4,ten int4,twenty int4,hundred int4,thousand int4,twothousand int4,fivethous int4,tenthous int4,odd int4,even int4,stringu1 char16,stringu2 char16,string4 char16); +create table tenk2 (unique1 int4, unique2 int4, two int4, four int4,ten int4, twenty int4, hundred int4, thousand int4, twothousand int4,fivethous int4, tenthous int4, odd int4, even int4,stringu1 char16,stringu2 char16, string4 char16); copy onek from '_CWD_/../regress/data/onek.data'; copy tenk1 from '_CWD_/../regress/data/tenk.data'; copy tenk2 from '_CWD_/../regress/data/tenk.data'; |