[Pgpool-hackers] pgpool 3.2 released

Tatsuo Ishii ishii at sraoss.co.jp
Mon Feb 12 07:38:06 UTC 2007


> Hi,
> 
> On Sat, 2007-02-10 at 19:58 +0900, Tatsuo Ishii wrote:
> 
> > I have released pgpool 3.2. Can you please take a look at?
> 
> Checked and tested it. I found an issue in hba. Here is my
> pool_hba.conf:
> 
> ================================================================
> # "local" is for Unix domain socket connections only
> local   all         all                               reject
> # IPv4 local connections:
> host    all         all         127.0.0.1/32          reject
> ================================================================
> 
> Now, here is the message when I psql to pgpool:
> 
> $ psql -U postgres -p 9999 -h localhost
> psql: ERROR:  no pool_hba.conf entry for host "127.0.0.1", user
> "postgres", database "postgres"
> 
> However, it is not the case. There is an entry. Here is the debug log:
> 
> =======================================================================
> 2007-02-12 08:44:03 ERROR: pid 25668: no pool_hba.conf entry for host
> "127.0.0.1", user "postgres", database "postgres"
> 2007-02-12 08:44:03 ERROR: pid 25668: authentication with pgpool failed
> for user "postgres": host rejected
> =======================================================================
> 
> The second message should be returned to client, instead of the first
> one.
> 
> BTW, any plans to add md5 auth to pool_hba.conf?

Taiki, what do you think?

> Also, are there any plans to add a  parameter like "log_destination" to
> pgpool so that pgpool can log to specified file, instead of running
> pgpool with " pgpool -n >& /tmp/pgpool.log & " .

Sounds nice idea. I will look forward to add this feature into pgpool.

> Other then these, this package looks ok.
> 
> I built RPMs for Fedora Core 5,6 and Fedora 7 . They will be available
> in Fedora Extras later in the day (they are built successfully). I'll
> upload a RHEL RPM to pgfoundry page today. 

Thanks in advance!
--
Tatsuo Ishii
SRA OSS, Inc. Japan


More information about the Pgpool-hackers mailing list