]> granicus.if.org Git - pgbouncer/commitdiff
asynctest: remove note about splice() experiments pgbouncer_1_2_2
authorMarko Kreen <markokr@gmail.com>
Wed, 6 Aug 2008 10:32:51 +0000 (10:32 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 6 Aug 2008 10:32:51 +0000 (10:32 +0000)
test/asynctest.c

index c2e8cc7222550acf79ce2e643036c510b530fcdd..4ee11dae53d7ce3d68a05af673a01f7b13b1c207 100644 (file)
@@ -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;