PQputline failed

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: PQputline failed
Date: 2000-01-24 13:29:38
Message-ID: 20000124222938A.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While populating a table using PQputline(), I have encountered a
PQputline() error (PQputline() returns none 0). It seems ok until it
puts 6664 records. I've never seen this in 6.5.*, and am wondering if
this is related to the recent changes made to libpq. Have I found a
new problem or it is just a known one with the current source tree?

FYI, to reproduce the problem, do followings:

cd pgsql/contrib/pgbench
make
(create fresh DB)
./pgbench -i the_DB_just_created
--
Tatsuo Ishii

Browse pgsql-hackers by date

  From Date Subject
Next Message Compte utilisateur Sultan-advl 2000-01-24 14:01:30 Re: [INTERFACES] Re: ODBC drive strange behavior
Previous Message The Hermit Hacker 2000-01-24 13:04:37 Re: [HACKERS] Use of Indicies ...