projects
/
pgbouncer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d3f1b
)
asynctest: remove note about splice() experiments
pgbouncer_1_2_2
author
Marko Kreen
<markokr@gmail.com>
Wed, 6 Aug 2008 10:32:51 +0000
(10:32 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 6 Aug 2008 10:32:51 +0000
(10:32 +0000)
test/asynctest.c
patch
|
blob
|
blame
|
history
diff --git
a/test/asynctest.c
b/test/asynctest.c
index c2e8cc7222550acf79ce2e643036c510b530fcdd..4ee11dae53d7ce3d68a05af673a01f7b13b1c207 100644
(file)
--- a/
test/asynctest.c
+++ b/
test/asynctest.c
@@
-285,7
+285,6
@@
static int send_query_bigdata(DbConn *db)
int arglen;
char *q = "select $1::text";
- arglen = 30458; // one of the values that breaks
arglen = random() % bulk_data_max;
db->_arglen = arglen;
values[0] = bulk_data + bulk_data_max - arglen;