CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: petere@hub.org 01/07/06 13:58:53
Modified files:
src/interfaces/libpq: fe-connect.c fe-exec.c fe-misc.c
libpq-int.h
Log message:
Repair libpq to follow protocol by not sending Terminate messages before
the startup exchange is complete. Also make sure that packets defined as
single bytes aren't sent with a trailing '\0'.