Обсуждение: pgsql/src/backend/utils/adt (acl.c arrayfuncs.c cash.c datetime.c format_type.c formatting.c geo_ops.c inet_net_pton.c int.c int8.c nabstime.c numeric.c oid.c oracle_compat.c selfuncs.c timestamp.c varlena.c)

Поиск
Список
Период
Сортировка
  Date: Sunday, December  3, 2000 @ 15:45:36
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/utils/adt
     from hub.org:/home/projects/pgsql/tmp/cvs-serv28817/src/backend/utils/adt

Modified Files:
    acl.c arrayfuncs.c cash.c datetime.c format_type.c
    formatting.c geo_ops.c inet_net_pton.c int.c int8.c nabstime.c
    numeric.c oid.c oracle_compat.c selfuncs.c timestamp.c
    varlena.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.