[pgsql-jp: 32553] Re: pgpool 0.2.1リリース

Blue blue @ nabeneko.ws
2004年 3月 24日 (水) 18:12:39 JST


早速使ってみようとおもい試してみました。

Redhat9.0
PostgreSQL7.4.2

で、vine用のを
rpmbuild --rebuild pgpool-0.2.1-1vl1.src.rpm
として使いました(これが悪いのか?)

psql -Utest -p9999 test
とやると、

DEBUG: pid 13537: Protocol Version: 00030000
DEBUG: pid 13537: Protocol Major: 3 Minor:0
DEBUG: pid 13537: database: user
DEBUG: pid 13537: user:
DEBUG: pid 13537: ::
DEBUG: pid 13537: connecting postmaster Unix domain socket: /tmp/.s.PGSQL.5432
DEBUG: pid 13537: pool_read_string: readsize: 1024 readp: 0
DEBUG: pid 13537: pool_read_string: buf:: readlen: 126
DEBUG: pid 13537: strlength: 1
DEBUG: pid 13537: pending data saved: :: length: 125 return data: :: length: 1

として、databaseおよびuser名が反映されません。。
色々試しているのですが。。

Unix domain socketじゃなくても以下のようになります。

DEBUG: pid 13329: Protocol Version: 00030000
DEBUG: pid 13329: Protocol Major: 3 Minor:0
DEBUG: pid 13329: database: user
DEBUG: pid 13329: user:
DEBUG: pid 13329: :192.168.0.10:
DEBUG: pid 13329: pool_read_string: readsize: 1024 readp: 0
DEBUG: pid 13329: pool_read_string: buf:: readlen: 126
DEBUG: pid 13329: strlength: 1
DEBUG: pid 13329: pending data saved: :: length: 125 return data: :: length: 1





pgsql-jp メーリングリストの案内