pgstatsinfo - pg_statsinfo: Fixed problem with interactive - Mailing list pgsql-committers

From kasahara@pgfoundry.org (User Kasahara)
Subject pgstatsinfo - pg_statsinfo: Fixed problem with interactive
Date
Msg-id 20101008051704.D0E0110715CA@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Fixed problem with interactive authentication handling.

Previous pgut.c didn't handle any user-input during interactive authentication.
This fix contains Itagaki's refix.

Modified Files:
--------------
    pg_statsinfo/bin:
        logger.c (r1.22 -> r1.23)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/logger.c?r1=1.22&r2=1.23)
    pg_statsinfo/bin/pgut:
        pgut.c (r1.13 -> r1.14)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgstatsinfo/pg_statsinfo/bin/pgut/pgut.c?r1=1.13&r2=1.14)

pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.
Next
From: kasahara@pgfoundry.org (User Kasahara)
Date:
Subject: pgstatsinfo - pg_reporter: Fixed problem with interactive authentication