Fix benchmarks
This commit is contained in:
+3
-3
@@ -455,12 +455,12 @@ func newBenchmarkWriteTableCopyFromSrc(count int) pgx.CopyFromSource {
|
|||||||
row: []interface{}{
|
row: []interface{}{
|
||||||
"varchar_1",
|
"varchar_1",
|
||||||
"varchar_2",
|
"varchar_2",
|
||||||
pgtype.Text{},
|
&pgtype.Text{Status: pgtype.Null},
|
||||||
time.Date(2000, 1, 1, 0, 0, 0, 0, time.Local),
|
time.Date(2000, 1, 1, 0, 0, 0, 0, time.Local),
|
||||||
pgtype.Date{},
|
&pgtype.Date{Status: pgtype.Null},
|
||||||
1,
|
1,
|
||||||
2,
|
2,
|
||||||
pgtype.Int4{},
|
&pgtype.Int4{Status: pgtype.Null},
|
||||||
time.Date(2001, 1, 1, 0, 0, 0, 0, time.Local),
|
time.Date(2001, 1, 1, 0, 0, 0, 0, time.Local),
|
||||||
time.Date(2002, 1, 1, 0, 0, 0, 0, time.Local),
|
time.Date(2002, 1, 1, 0, 0, 0, 0, time.Local),
|
||||||
true,
|
true,
|
||||||
|
|||||||
Reference in New Issue
Block a user