From: Phil Thompson <phil@river-bank.demon.co.uk>

Marc G. Fournier <scrappy@hub.org>

Commit: 93211b9170d463a9224fb45916847f0baa53f99d
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-01-31T20:14:15Z
Releases: 7.1.1
From: Phil Thompson <phil@river-bank.demon.co.uk>

I haven't had final confirmation from Peter yet, but the attached patch
needs to be applied for the Beta otherwise password and crypt
authentication just won't work.

It puts back the loop in libpq and also fixes a couple of problems with
maintaining compatability with pre-6.3 drivers.

Files

PathChange+/−
src/backend/libpq/auth.c modified +48 −27
src/backend/libpq/crypt.c modified +1 −1
src/backend/libpq/pqpacket.c modified +5 −1
src/backend/postmaster/postmaster.c modified +6 −10