EndPointCorp / end-point-blog

End Point Dev blog
https://www.endpointdev.com/blog/
17 stars 65 forks source link

Comments for DBD::Pg and the libpq COPY bug #450

Open phinjensen opened 6 years ago

phinjensen commented 6 years ago

Comments for https://www.endpointdev.com/blog/2011/05/dbdpg-and-libpq-copy-bug/ By Greg Sabino Mullane

To enter a comment:

  1. Log in to GitHub
  2. Leave a comment on this issue.
phinjensen commented 6 years ago
original author: David
date: 2011-05-13T17:23:11-04:00

Interesting issue and explanation; I take it that was fun to hunt down...? :-)

phinjensen commented 6 years ago
original author: Greg Sabino Mullane
date: 2011-05-13T17:29:06-04:00

It actually wasn't too bad; once I realized it was a libpq error, I wrote a short C program using libpq to narrow down if it was a DBD::Pg or a libpq bug. It would be nice if libpq had some sort of debugging builtin though, but I guess that's what fprintf is for. :)