Re: SO_SNDBUF size is small on win32? - Mailing list pgsql-hackers

From Yoshiyuki Asaba
Subject Re: SO_SNDBUF size is small on win32?
Date
Msg-id 20060629.005924.74752342.y-asaba@sraoss.co.jp
Whole thread Raw
In response to Re: SO_SNDBUF size is small on win32?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
From: Tom Lane <tgl@sss.pgh.pa.us>
Subject: Re: [HACKERS] SO_SNDBUF size is small on win32? 
Date: Wed, 28 Jun 2006 09:54:21 -0400

> Yoshiyuki Asaba <y-asaba@sraoss.co.jp> writes:
> > I think libpq interface does not use non-blocking socket.
> 
> Not unless the Windows port has also disabled pg_set_noblock ...

Sorry, I misunderstood.

I tried to occur this issue on msys.
% cat test.shexport PGHOST=xxxexport PGPORT=5432export PGDATABASE=testdropdb $PGDATABASEcreatedbpsql -c 'CREATE TABLE
t1(a int, b text)'i=0while [ $i -lt 50 ]; do  psql -c "insert into t1 values ($i, repeat('x', 10000))"  i=`expr $i +
1`donepg_dump-a > dumptime psql -f dump
 
% sh test.sh

But, I did not occur this issue... Does anyone occur this issue?
--
Yoshiyuki Asaba
y-asaba@sraoss.co.jp


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: optimizing constant quals within outer joins
Next
From: Tom Lane
Date:
Subject: Instability in TRUNCATE regression test