version 2.6.4 V2_6_4
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 22 Oct 2005 12:59:46 +0000 (12:59 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 22 Oct 2005 12:59:46 +0000 (12:59 +0000)
ChangeLog
NEWS
README
README.euc_jp
configure
configure.in

index f11dd53edb071c3a89edc3421ea63ad7f3f27018..d38193c42ad2614e1c57f82b5b73ca498275679a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-10-22    <ishii@sraoss.co.jp>
+       * version 2.6.4
+       * fix connection error when client_min_message is verbose
+       * resync pool_config.c with pool_config.l
+       
 2005-09-02    <t-ishii@sra.co.jp>
        * version 2.6.3
        * if invalid non-switch args are given (for example, pgpool -f
diff --git a/NEWS b/NEWS
index 831f870da4ee2610f256eb176c3e60821f649737..3026fad4b79e7b3375f8a5692643158c5a589d1c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+2.6.4(kala) 2005/10/22
+
+      o client_min_message¤¬verbose¤ÊÀßÄê¤Ë¤Ê¤Ã¤Æ¤¤¤ë¾ì¹ç¡¤Àܳ¤Ë¼ºÇÔ¤¹
+       ¤ë¥Ð¥°¤ò½¤Àµ
+
+      o pool_config.c¤¬pool_config.l¤È°ìÃפ·¤Æ¤Ê¤«¤Ã¤¿¤Î¤ò½¤Àµ
+       (pool_cponfig.c¤òºÆÀ¸À®)
+
 2.6.3(kala) 2005/09/02
 
       o ¤â¤·¥¹¥¤¥Ã¥Á¤Ç¤Ê¤¤Àµ¤·¤¯¤Ê¤¤°ú¿ô(¤¿¤È¤¨¤Ð pgpool -f
diff --git a/README b/README
index 4f6f68e2dea1347954664ebcc481574c0e71d4c4..fc61c3462eb5ccdb43a70110b1cb93ecb8d672c7 100644 (file)
--- a/README
+++ b/README
@@ -576,6 +576,16 @@ pgpool version 2.6(kala) README
  server_status                | master( on 5432) up secondary( on 5433) up           | server status
 (34 rows)
 
+By using contrib/dblink, you can see part of the result of
+show_pool_status someting like:
+
+test=# SELECT * FROM dblink('port=9999 dbname=test', 'show pool_status')
+       AS c1(pname text, val text) WHERE pname = 'port';
+ pname | val  
+-------+------
+ port  | 9999
+(1 row)
+
 12. Playing with regression test
 
    $ cd /usr/local/src/postgresql-7.4.5/src/test/regress
index 18391071208b5cd1fb41ab0bfa1a85d27db27abb..a63622fb2796d3e309324722e4a6f49309a5fedf 100644 (file)
@@ -803,6 +803,16 @@ pgpool version 2.6(kala) README
  server_status                | master( on 5432) up secondary( on 5433) up           | server status
 (34 rows)
 
+contrib/dblink¤ò»È¤¨¤Ð¡¤°Ê²¼¤Î¤è¤¦¤Ë¤·¤Æ°ìÉô¤Î·ë²Ì¤À¤±¤ò¸«¤ë¤³¤È¤¬¤Ç¤­
+¤Þ¤¹¡¥
+
+test=# SELECT * FROM dblink('port=9999 dbname=test', 'show pool_status')
+       AS c1(pname text, val text) WHERE pname = 'port';
+ pname | val  
+-------+------
+ port  | 9999
+(1 row)
+
 12. regression test¤Î¼Â»Ü
 
    °Ê²¼¤Î¤è¤¦¤Ë¤·¤Æpgpool¤òÊ»ÍѤ·¤Æregression test¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤­¤Þ¤¹¡¥
index 1c4fd2966ea1197a9d58f4b98c8804b30ba05c21..c4ba96103e102daa91a71086db42f39563cf3cbb 100755 (executable)
--- a/configure
+++ b/configure
@@ -2603,7 +2603,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=pgpool
- VERSION=2.6.3
+ VERSION=2.6.4
 
 
 cat >>confdefs.h <<_ACEOF
index 50081c945d7a3274b873c9a4a12826ffc3d47137..4463a5994b190a94fe02a3bb3da188397241b98d 100644 (file)
@@ -4,7 +4,7 @@ AC_INIT
 dnl Checks for programs.
 AC_PROG_CC
 
-AM_INIT_AUTOMAKE(pgpool, 2.6.3)
+AM_INIT_AUTOMAKE(pgpool, 2.6.4)
 
 AM_PROG_LEX