pgsql-server/src/backend/libpq hba.c

Started by Bruce Momjianover 23 years ago3 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@postgresql.org 03/03/15 11:18:25

Modified files:
src/backend/libpq: hba.c

Log message:
A typo in src/backend/libpq/hba.c breaks local ident authentication
in the SO_PEERCRED case. elif is misspelled as elsif for the test.
A patch is attached.

Bruno Wolff III

#2Neil Conway
neilc@samurai.com
In reply to: Bruce Momjian (#1)
Re: pgsql-server/src/backend/libpq hba.c

On Sat, 2003-03-15 at 11:18, Bruce Momjian - CVS wrote:

A typo in src/backend/libpq/hba.c breaks local ident authentication
in the SO_PEERCRED case. elif is misspelled as elsif for the test.
A patch is attached.

Should this be backpatched to 7.3?

Cheers,

Neil
--
Neil Conway <neilc@samurai.com> || PGP Key ID: DB3C29FC

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Neil Conway (#2)
Re: pgsql-server/src/backend/libpq hba.c

Neil Conway <neilc@samurai.com> writes:

Should this be backpatched to 7.3?

It's not in 7.3.

regards, tom lane