libpqtypes - libpqtypes: fixed show stopper bug in error.c, error fields

From: achernow(at)pgfoundry(dot)org (User Achernow)
To: pgsql-committers(at)postgresql(dot)org
Subject: libpqtypes - libpqtypes: fixed show stopper bug in error.c, error fields
Date: 2008-12-03 16:05:48
Message-ID: 20081203160548.4E2BE17ADE55@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
fixed show stopper bug in error.c, error fields were not strduped, ooppps. changed where PQseterror(NULL) is called since it now also clears error fields

Modified Files:
--------------
libpqtypes/docs/man3:
PQgeterror.3 (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/docs/man3/PQgeterror.3.diff?r1=1.4&r2=1.5)
libpqtypes/src:
error.c (r1.11 -> r1.12)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/error.c.diff?r1=1.11&r2=1.12)
exec.c (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/exec.c.diff?r1=1.9&r2=1.10)
param.c (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/libpqtypes/libpqtypes/src/param.c.diff?r1=1.8&r2=1.9)

Browse pgsql-committers by date

  From Date Subject
Next Message User Achernow 2008-12-03 16:15:56 libpqtypes - libpqtypes: final changes to error.c
Previous Message User Achernow 2008-12-03 15:30:23 libpqtypes - libpqtypes: minor change in error.c