[pgpool-committers: 3903] pgpool: Remove pending response flag.

Tatsuo Ishii ishii at postgresql.org
Wed Mar 29 14:51:01 JST 2017


Remove pending response flag.

By introducing the pending message queue, the pending response flag"
is not necessary any more.

Branch
------
bug271

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0d2b2795d239d1806e5c7c4e0e10080fc6700205

Modified Files
--------------
src/context/pool_session_context.c         | 49 ------------------------------
src/include/context/pool_session_context.h |  9 ------
src/protocol/pool_proto_modules.c          | 17 -----------
src/query_cache/pool_memqcache.c           | 12 +-------
4 files changed, 1 insertion(+), 86 deletions(-)



More information about the pgpool-committers mailing list