-2007-02-XX <ishii@sraoss.co.jp>
+2007-02-10 <ishii@sraoss.co.jp>
* Version 3.2
* Support HBA authentication(Taiki)
* Support log_connections(Taiki)
* Show pgpool status in ps command(Tatsuo)
* Fix bug with prepared query(Yoshiyuki)
* Detach secondary server when "kind mismatch error" is detected(Tatsuo)
+ * Re-open socket if it was closed by backend while reusing
+ connection(Yoshiyuki)
2006-12-12 <y-asaba@sraoss.co.jp>
* Version 3.1.2
-3.2(kalekale) 2007/2/XX
+3.2(kalekale) 2007/2/10
o HBAǧ¾Ú¤ò¥µ¥Ý¡¼¥È¤·¤¿(Taiki)
o log_connections¤ò¥µ¥Ý¡¼¥È¤·¤¿(Taiki)
o kind mismatch error¤Î¤È¤¤Ëmaster¤Ç¤Ï¤Ê¤¯¡¤secondary¤òÀÚ¤êÎ¥¤¹
¤è¤¦¤Ë¤·¤¿(replication_stop_on_mismatch = true¤Î¤È¤)(Tatsuo)
+ o ¥³¥Í¥¯¥·¥ç¥ó¥×¡¼¥ë¤òºÆÍøÍѤ¹¤ë¤È¤¤Ë¡¤¥½¥±¥Ã¥È¤¬¥¯¥í¡¼¥º¤µ¤ì¤Æ
+ ¤¤¤¿¤éºÆÅÙ¥³¥Í¥¯¥·¥ç¥ó¤ò³«¤¯¤è¤¦¤Ë¤·¤¿(Yoshiyuki)
+
3.1.2(kawakawa) 2006/12/12
o weight ¤Ë 0 ¤ò»ØÄê¤Ç¤¤ë¤è¤¦¤Ë¤·¤¿(Tatsuo)
$Header$
-pgpool version 3.1 README
+pgpool version 3.2 README
1. What is pgpool
AC_SUBST([am__untar])
]) # _AM_PROG_TAR
-m4_include([ac_func_accept_argtypes.m4])
fi
+# $PostgreSQL: pgsql/config/ac_func_accept_argtypes.m4,v 1.6 2003/11/29 19:51:17 pgsql Exp $
+# This comes from the official Autoconf macro archive at
+# <http://research.cys.de/autoconf-archive/>
+# (I removed the $ before the Id CVS keyword below.)
+
+
+
+# PostgreSQL local changes: In the original version ACCEPT_TYPE_ARG3
+# is a pointer type. That's kind of useless because then you can't
+# use the macro to define a corresponding variable. We also make the
+# reasonable(?) assumption that you can use arg3 for getsocktype etc.
+# as well (i.e., anywhere POSIX.2 has socklen_t).
+#
+# arg2 can also be `const' (e.g., RH 4.2). Change the order of tests
+# for arg3 so that `int' is first, in case there is no prototype at all.
+#
+# Solaris 7 and 8 have arg3 as 'void *' (disguised as 'Psocklen_t'
+# which is *not* 'socklen_t *'). If we detect that, then we assume
+# 'int' as the result, because that ought to work best.
+#
+# On Win32, accept() returns 'unsigned int PASCAL'
+
+
+
echo "$as_me:$LINENO: checking for struct sockaddr_storage" >&5
echo $ECHO_N "checking for struct sockaddr_storage... $ECHO_C" >&6
if test "${ac_cv_type_struct_sockaddr_storage+set}" = set; then
dnl Checks for sockadr_storage structure, members and necessary types
m4_include([ac_func_accept_argtypes.m4])
-
AC_CHECK_TYPES([struct sockaddr_storage], [], [],
[#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H