Bucks vs Bytes Inc <postgresql@xxxxxxxxxxxxxxxx> writes: > Is there any postmaster logging I can turn on that will detail what's > triggering the error? Well, you could change the error report in postmaster.c to show the specific protocol version code it's receiving (7.4 and up do this, but it hadn't occurred to us as of 7.3). I have little doubt what you will find though. Maybe what you really want is to enable log_connections so you can find out where the problematic connections are coming from. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend