pgsql/contrib/spi/preprocessor (step1.c)

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/spi/preprocessor (step1.c)
Date: 2000-12-03 20:45:32
Message-ID: 200012032045.eB3KjWt28847@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Sunday, December 3, 2000 @ 15:45:32
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/contrib/spi/preprocessor
from hub.org:/home/projects/pgsql/tmp/cvs-serv28817/contrib/spi/preprocessor

Modified Files:
step1.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.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2000-12-03 20:45:33 pgsql/src/backend/commands (define.c proclang.c sequence.c variable.c)
Previous Message tgl 2000-12-03 20:45:31 pgsql/contrib/soundex (soundex.c)