Обсуждение: pgtcl - libpgtcl: * In pg_select code, correct memory allocation for

Поиск
Список
Период
Сортировка

pgtcl - libpgtcl: * In pg_select code, correct memory allocation for

От
karl@pgfoundry.org (User Karl)
Дата:
Log Message:
-----------
* In pg_select code, correct memory allocation for columnNameObjs to
  use the size of a pointer to Tcl_Obj times the number of columns,
  rather than the size of a Tcl_Obj times the number of columns..

Modified Files:
--------------
    libpgtcl:
        ChangeLog (r1.59 -> r1.60)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/ChangeLog?r1=1.59&r2=1.60)
    libpgtcl/generic:
        pgtclCmds.c (r1.75 -> r1.76)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgtcl/libpgtcl/generic/pgtclCmds.c?r1=1.75&r2=1.76)