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