pgstatsinfo - pg_statsinfo: Fixed problem with interactive

From: kasahara(at)pgfoundry(dot)org (User Kasahara)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgstatsinfo - pg_statsinfo: Fixed problem with interactive
Date: 2010-10-08 05:17:04
Message-ID: 20101008051704.D0E0110715CA@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Kasahara 2010-10-08 05:20:35 pgstatsinfo - pg_reporter: Fixed problem with interactive authentication
Previous Message Tom Lane 2010-10-08 01:47:28 pgsql: Improve logging in VACUUM FULL VERBOSE and CLUSTER VERBOSE.