reorg - pg_reorg: Fixed problem with interactive authentication - Mailing list pgsql-committers

From sakamotomsh@pgfoundry.org (User Sakamotomsh)
Subject reorg - pg_reorg: Fixed problem with interactive authentication
Date
Msg-id 20100929072930.2B04710715C8@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.

Modified Files:
--------------
    pg_reorg/SPECS:
        pg_reorg.spec (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/SPECS/pg_reorg.spec?r1=1.3&r2=1.4)
    pg_reorg/bin/pgut:
        pgut.c (r1.11 -> r1.12)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/reorg/pg_reorg/bin/pgut/pgut.c?r1=1.11&r2=1.12)

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Have pg_upgrade use strtoul(), not strtol().
Next
From: sakamotomsh@pgfoundry.org (User Sakamotomsh)
Date:
Subject: reorg - pg_batch: Fixed problem with interactive authentication