[pgpool-committers: 267] pgpool: Reset ps status to idle when SELECT result fetched from memory

Tatsuo Ishii ishii at postgresql.org
Mon Jun 4 00:53:13 JST 2012


Reset ps status to idle when SELECT result fetched from memory cache.
For this purpose new function pool_ps_idle_display() is created
and used because similar process exists in several places.
Some of them were wrong (for example, show pool_version did
not show correct transaction status). This part may be backpatched
to V3_1_STABLE but I do not want to risk to incorporate this
kind of refactoring (it seems it's not worth the trouble).

Branches
--------
feature/watchdog
master

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

Modified Files
--------------
pool.h               |    3 ++-
pool_proto_modules.c |   27 ++++++++-------------------
ps_status.c          |   20 +++++++++++++++++++-
3 files changed, 29 insertions(+), 21 deletions(-)



More information about the pgpool-committers mailing list