| From: | tgl(at)postgresql(dot)org |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql/src/bin/pg_passwd (pg_passwd.c) |
| Date: | 2000-12-03 20:45:37 |
| Message-ID: | 200012032045.eB3KjbN28916@hub.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Date: Sunday, December 3, 2000 @ 15:45:37
Author: tgl
Update of /home/projects/pgsql/cvsroot/pgsql/src/bin/pg_passwd
from hub.org:/home/projects/pgsql/tmp/cvs-serv28817/src/bin/pg_passwd
Modified Files:
pg_passwd.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.