Fixed problem with interactive authentication handling.

Previous pgut.c didn't handle any user-input during interactive authentication.
This commit is contained in:
Masahiko Sakamoto
2010-09-29 07:29:29 +00:00
parent 8ab15f2e72
commit 7865250a19
2 changed files with 20 additions and 6 deletions

View File

@ -4,7 +4,7 @@
Summary: Reorganize tables in PostgreSQL databases without any locks.
Name: %{sname}
Version: 1.1.3
Version: 1.1.4
Release: 1%{?dist}
License: BSD
Group: Applications/Databases
@ -49,6 +49,7 @@ install -m 644 lib/uninstall_pg_reorg.sql %{buildroot}%{_datadir}/pgsql/contrib/
rm -rf %{buildroot}
%changelog
* Wed Sep 22 2010 - NTT OSS Center <sakamoto.masahiko@oss.ntt.co.jp> 1.1.4-1
* Thu Apr 22 2010 - NTT OSS Center <itagaki.takahiro@oss.ntt.co.jp> 1.1.2-1
* Mon Jan 15 2010 - Toru SHIMOGAKI <shimogaki.toru@oss.ntt.co.jp> 1.0.8-1
* Tue Sep 08 2009 - Toru SHIMOGAKI <shimogaki.toru@oss.ntt.co.jp> 1.0.6-1