pgsql: Make pwdfMatchesString() a little more careful about matching * - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Make pwdfMatchesString() a little more careful about matching *
Date
Msg-id 20090518161522.7E2A175331D@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make pwdfMatchesString() a little more careful about matching * fields.

Modified Files:
--------------
    pgsql/src/interfaces/libpq:
        fe-connect.c (r1.373 -> r1.374)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/fe-connect.c?r1=1.373&r2=1.374)

pgsql-committers by date:

Previous
From: bmomjian@pgfoundry.org (User Bmomjian)
Date:
Subject: pg-migrator - pg_migrator: Fix typo, prefix -> suffix.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add some instructions on how to customize emacs for working on