libpqtypes - libpqtypes: bug fix for previous bug fix :) message length - Mailing list pgsql-committers

From achernow@pgfoundry.org (User Achernow)
Subject libpqtypes - libpqtypes: bug fix for previous bug fix :) message length
Date
Msg-id 20090212202951.2263D17ADE83@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
bug fix for previous bug fix :)  message length was calculated before auto-filling composite fields, resulting in
insufficientdata left in message 

Modified Files:
--------------
    libpqtypes/src:
        record.c (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/record.c.diff?r1=1.7&r2=1.8)

pgsql-committers by date:

Previous
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: made PQputf auto-fill unset composite fields
Next
From: achernow@pgfoundry.org (User Achernow)
Date:
Subject: libpqtypes - libpqtypes: Update PQparamCreate and PQregisterTypeHandler