[pgpool-committers: 1207] pgpool: Remove old on disk query cache.

Tatsuo Ishii ishii at postgresql.org
Tue Aug 6 07:52:00 JST 2013


Remove old on disk query cache.

Patch contributed by Muhammad Usama. Japanese doc changes by Tatsuo Ishii.

Branch
------
master

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

Modified Files
--------------
Makefile.am              |    2 +-
Makefile.in              |   28 +-
aclocal.m4               |  103 +---
child.c                  |    4 +-
doc/pgpool-en.html       |    6 +-
doc/pgpool-ja.html       |    6 +-
main.c                   |   21 +-
pool.h                   |    7 -
pool_config.c            | 1446 +++++++++++++++++++++++++---------------------
pool_config.h            |    2 -
pool_config.l            |   25 +-
pool_process_query.c     |   10 -
pool_process_reporting.c |    9 -
pool_proto_modules.c     |   70 ---
pool_query_cache.c       | 1020 --------------------------------
15 files changed, 829 insertions(+), 1930 deletions(-)



More information about the pgpool-committers mailing list