pgtcl - libpgtcl: * Changed direct struct access to errorLine to the Tcl

From: bschwarz(at)pgfoundry(dot)org (User Bschwarz)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgtcl - libpgtcl: * Changed direct struct access to errorLine to the Tcl
Date: 2010-04-13 03:36:50
Message-ID: 20100413033650.5989E10715C9@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
* Changed direct struct access to errorLine to the Tcl 8.6 function Tcl_GetErrorLine,
as well as adding a define for Tcl versions less than 8.6 so that they would have
this function. Took this from the fix in aolserver

Modified Files:
--------------
libpgtcl:
ChangeLog (r1.61 -> r1.62)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.61&r2=1.62)
libpgtcl/generic:
pgtclCmds.c (r1.77 -> r1.78)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.77&r2=1.78)
pgtclCmds.h (r1.23 -> r1.24)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.h?r1=1.23&r2=1.24)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-04-13 06:15:25 Re: Naming of new EXCLUDE constraints
Previous Message Robert Haas 2010-04-13 03:09:25 Re: Naming of new EXCLUDE constraints