pgsql/src/interfaces/libpgtcl (pgtclCmds.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/interfaces/libpgtcl (pgtclCmds.c)
Date
Msg-id 200012032045.eB3Kjd228938@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, December  3, 2000 @ 15:45:39
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/interfaces/libpgtcl
     from hub.org:/home/projects/pgsql/tmp/cvs-serv28817/src/interfaces/libpgtcl

Modified Files:
    pgtclCmds.c

-----------------------------  Log Message  -----------------------------

Ensure that all uses of <ctype.h> functions are applied to unsigned-char
values, whether the local char type is signed or not.  This is necessary
for portability.  Per discussion on pghackers around 9/16/00.

pgsql-committers by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/parser (parse_node.c scan.l)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/interfaces/libpq (fe-connect.c fe-exec.c)