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

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

From
momjian@postgresql.org (Bruce Momjian - CVS)
Date:
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


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

From
Neil Conway
Date:
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




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

From
Tom Lane
Date:
Neil Conway <neilc@samurai.com> writes:
> Should this be backpatched to 7.3?

It's not in 7.3.

            regards, tom lane