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) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject 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
Msg-id 200012032045.eB3KjaK28897@hub.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org
Date:
Subject: pgsql/contrib/spi (refint.c timetravel.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/bin/pg_dump (common.c pg_backup_db.c pg_backup_tar.c pg_dump.c pg_restore.c)