pgsql/src/backend libpq/hba.c utils/init/misci ...

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend libpq/hba.c utils/init/misci ...
Date: 2002-01-09 19:13:45
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 02/01/09 14:13:41

Modified files:
src/backend/libpq: hba.c
src/backend/utils/init: miscinit.c

Log message:
Fix use of 'char' to hold result of getc, per bug report forwarded by
Oliver Elphick. A few other minor cleanups while at it.