+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
+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
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
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¤ò¹Ô¤¦¤³¤È¤¬¤Ç¤¤Þ¤¹¡¥
# Define the identity of the package.
PACKAGE=pgpool
- VERSION=2.6.3
+ VERSION=2.6.4
cat >>confdefs.h <<_ACEOF
dnl Checks for programs.
AC_PROG_CC
-AM_INIT_AUTOMAKE(pgpool, 2.6.3)
+AM_INIT_AUTOMAKE(pgpool, 2.6.4)
AM_PROG_LEX