pgsql/src/bin/pg_dump (common.c pg_backup_db.c pg_backup_tar.c pg_dump.c pg_restore.c) - Mailing list pgsql-committers

From tgl@postgresql.org
Subject pgsql/src/bin/pg_dump (common.c pg_backup_db.c pg_backup_tar.c pg_dump.c pg_restore.c)
Date
Msg-id 200012032045.eB3Kjbi28911@hub.org
Whole thread Raw
List pgsql-committers
  Date: Sunday, December  3, 2000 @ 15:45:37
Author: tgl

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

Modified Files:
    common.c pg_backup_db.c pg_backup_tar.c pg_dump.c pg_restore.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/fulltextindex (fti.c)
Next
From: tgl@postgresql.org
Date:
Subject: pgsql/src/backend/commands (define.c proclang.c sequence.c variable.c)