reorg - pg_reorg: Fixed problem with interactive authentication

From: sakamotomsh(at)pgfoundry(dot)org (User Sakamotomsh)
To: pgsql-committers(at)postgresql(dot)org
Subject: reorg - pg_reorg: Fixed problem with interactive authentication
Date: 2010-09-29 07:29:30
Message-ID: 20100929072930.2B04710715C8@pgfoundry.org
Views: Raw Message | Whole Thread | 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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Sakamotomsh 2010-09-29 08:06:58 reorg - pg_batch: Fixed problem with interactive authentication
Previous Message Bruce Momjian 2010-09-29 02:40:47 pgsql: Have pg_upgrade use strtoul(), not strtol().