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)

Поиск
Список
Период
Сортировка
От tgl@postgresql.org
Тема 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)
Дата
Msg-id 200012032045.eB3KjaK28897@hub.org
обсуждение исходный текст
Список pgsql-committers
  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.

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/contrib/spi (refint.c timetravel.c)
Следующее
От: tgl@postgresql.org
Дата:
Сообщение: pgsql/src/bin/pg_dump (common.c pg_backup_db.c pg_backup_tar.c pg_dump.c pg_restore.c)